Skip to content

Commit

Permalink
4.5.0
Browse files Browse the repository at this point in the history
  • Loading branch information
johnbushnell committed Apr 6, 2021
1 parent 20c0d3b commit f4af696
Show file tree
Hide file tree
Showing 10 changed files with 33 additions and 21 deletions.
16 changes: 8 additions & 8 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
PODS:
- KochavaAdNetworkiOS (4.4.0):
- KochavaTrackeriOS (~> 4.4.0)
- KochavaCoreiOS (4.4.0)
- KochavaTrackeriOS (4.4.0):
- KochavaCoreiOS (~> 4.4.0)
- KochavaAdNetworkiOS (4.5.0):
- KochavaTrackeriOS (~> 4.5.0)
- KochavaCoreiOS (4.5.0)
- KochavaTrackeriOS (4.5.0):
- KochavaCoreiOS (~> 4.5.0)

DEPENDENCIES:
- KochavaAdNetworkiOS (from `../`)
Expand All @@ -18,9 +18,9 @@ EXTERNAL SOURCES:
:path: "../"

SPEC CHECKSUMS:
KochavaAdNetworkiOS: 426aa05de25af21801162f2a2461f0a2b4baacae
KochavaCoreiOS: fe632a9316959aa0f5efb1f428037028db941e23
KochavaTrackeriOS: 0f1383213ea6e853089eb1c1a8f50c7093af1234
KochavaAdNetworkiOS: 0ee012d95dd3ee1bb7eabdffa6a1eb1f1d9bd590
KochavaCoreiOS: 70fafcb7739358232b05fb95b1acbce643ca2ce3
KochavaTrackeriOS: 03d1f8729eef022b06f48c836652b16303096b1c

PODFILE CHECKSUM: 2cb1f6d912317745e43411becadc01c94eacfc76

Expand Down
Binary file not shown.
4 changes: 4 additions & 0 deletions Example/Pods/KochavaCoreiOS/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Binary file not shown.
4 changes: 4 additions & 0 deletions Example/Pods/KochavaTrackeriOS/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions Example/Pods/Local Podspecs/KochavaAdNetworkiOS.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

16 changes: 8 additions & 8 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions KochavaAdNetworkiOS.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'KochavaAdNetworkiOS'
s.version = '4.4.0'
s.version = '4.5.0'
s.summary = 'The KochavaAdNetwork module of the KochavaTracker iOS SDK.'

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -38,7 +38,7 @@ Pod::Spec.new do |s|

s.public_header_files = 'KochavaAdNetworkiOS/Classes/**/*.h'
s.frameworks = 'Foundation'
s.dependency 'KochavaTrackeriOS', '~> 4.4.0'
s.dependency 'KochavaTrackeriOS', '~> 4.5.0'

s.platform = :ios, '10.3'
s.vendored_library = 'KochavaAdNetworkiOS/Libraries/libKochavaAdNetworkiOS.a'
Expand Down
Binary file modified KochavaAdNetworkiOS/Libraries/libKochavaAdNetworkiOS.a
Binary file not shown.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ The Kochava SDK is a lightweight and easy to integrate SDK written in Objective-

To run the example project, clone the repo, and run `pod install` from the Example directory first.

## Built on

* Xcode 12.4

## Requirements

* iOS 10.3
Expand Down

0 comments on commit f4af696

Please sign in to comment.