Skip to content

Commit e4d8b4c

Browse files
committed
Prepare 0.6.0 release
1 parent ac1a7f3 commit e4d8b4c

4 files changed

Lines changed: 26 additions & 26 deletions

File tree

OptableSDK.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = "OptableSDK"
3-
spec.version = "0.5.0"
3+
spec.version = "0.6.0"
44
spec.summary = "A lightweight SDK used to integrate iOS apps with the Optable Sandbox"
55
spec.description = <<-DESC
66
The Optable SDK is used to integrate an iOS application with an instance of the

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ You can then run `pod install` to download all of your dependencies and prepare
4848
If you would like to reference a specific [release](https://github.com/Optable/optable-ios-sdk/releases), simply append it to the referenced pod. For example:
4949

5050
```ruby
51-
pod 'OptableSDK', '0.5.0'
51+
pod 'OptableSDK', '0.6.0'
5252
```
5353

5454
## Using (Swift)

demo-ios-objc/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@ PODS:
22
- Google-Mobile-Ads-SDK (7.68.0):
33
- GoogleAppMeasurement (~> 7.0)
44
- GoogleUserMessagingPlatform (~> 1.1)
5-
- GoogleAppMeasurement (7.0.0):
5+
- GoogleAppMeasurement (7.1.0):
66
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
77
- GoogleUtilities/MethodSwizzler (~> 7.0)
88
- GoogleUtilities/Network (~> 7.0)
99
- "GoogleUtilities/NSData+zlib (~> 7.0)"
1010
- nanopb (~> 2.30906.0)
1111
- GoogleUserMessagingPlatform (1.3.0)
12-
- GoogleUtilities/AppDelegateSwizzler (7.0.0):
12+
- GoogleUtilities/AppDelegateSwizzler (7.1.0):
1313
- GoogleUtilities/Environment
1414
- GoogleUtilities/Logger
1515
- GoogleUtilities/Network
16-
- GoogleUtilities/Environment (7.0.0):
16+
- GoogleUtilities/Environment (7.1.0):
1717
- PromisesObjC (~> 1.2)
18-
- GoogleUtilities/Logger (7.0.0):
18+
- GoogleUtilities/Logger (7.1.0):
1919
- GoogleUtilities/Environment
20-
- GoogleUtilities/MethodSwizzler (7.0.0):
20+
- GoogleUtilities/MethodSwizzler (7.1.0):
2121
- GoogleUtilities/Logger
22-
- GoogleUtilities/Network (7.0.0):
22+
- GoogleUtilities/Network (7.1.0):
2323
- GoogleUtilities/Logger
2424
- "GoogleUtilities/NSData+zlib"
2525
- GoogleUtilities/Reachability
26-
- "GoogleUtilities/NSData+zlib (7.0.0)"
27-
- GoogleUtilities/Reachability (7.0.0):
26+
- "GoogleUtilities/NSData+zlib (7.1.0)"
27+
- GoogleUtilities/Reachability (7.1.0):
2828
- GoogleUtilities/Logger
2929
- nanopb (2.30906.0):
3030
- nanopb/decode (= 2.30906.0)
3131
- nanopb/encode (= 2.30906.0)
3232
- nanopb/decode (2.30906.0)
3333
- nanopb/encode (2.30906.0)
34-
- OptableSDK (0.5.0)
34+
- OptableSDK (0.6.0)
3535
- PromisesObjC (1.2.11)
3636

3737
DEPENDENCIES:
@@ -53,11 +53,11 @@ EXTERNAL SOURCES:
5353

5454
SPEC CHECKSUMS:
5555
Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205
56-
GoogleAppMeasurement: 7790ef975d1d463c8614cd949a847e612edf087a
56+
GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5
5757
GoogleUserMessagingPlatform: 1d4b6946710d18cec34742054092e2c2bddae61f
58-
GoogleUtilities: ffb2f4159f2c897c6e8992bd7fbcdef8a300589c
58+
GoogleUtilities: f734da554aade8cc7928a31c2f3311897933a1bd
5959
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
60-
OptableSDK: 09704002d0c593d573b8d16d9b204c3dfa1e8056
60+
OptableSDK: 13191b55e113078633fe5280eb56730cfe9c0488
6161
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f
6262

6363
PODFILE CHECKSUM: 0aa38b82b2e42ff7371f3764105ca3242451dcc8

demo-ios-swift/Podfile.lock

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -2,36 +2,36 @@ PODS:
22
- Google-Mobile-Ads-SDK (7.68.0):
33
- GoogleAppMeasurement (~> 7.0)
44
- GoogleUserMessagingPlatform (~> 1.1)
5-
- GoogleAppMeasurement (7.0.0):
5+
- GoogleAppMeasurement (7.1.0):
66
- GoogleUtilities/AppDelegateSwizzler (~> 7.0)
77
- GoogleUtilities/MethodSwizzler (~> 7.0)
88
- GoogleUtilities/Network (~> 7.0)
99
- "GoogleUtilities/NSData+zlib (~> 7.0)"
1010
- nanopb (~> 2.30906.0)
1111
- GoogleUserMessagingPlatform (1.3.0)
12-
- GoogleUtilities/AppDelegateSwizzler (7.0.0):
12+
- GoogleUtilities/AppDelegateSwizzler (7.1.0):
1313
- GoogleUtilities/Environment
1414
- GoogleUtilities/Logger
1515
- GoogleUtilities/Network
16-
- GoogleUtilities/Environment (7.0.0):
16+
- GoogleUtilities/Environment (7.1.0):
1717
- PromisesObjC (~> 1.2)
18-
- GoogleUtilities/Logger (7.0.0):
18+
- GoogleUtilities/Logger (7.1.0):
1919
- GoogleUtilities/Environment
20-
- GoogleUtilities/MethodSwizzler (7.0.0):
20+
- GoogleUtilities/MethodSwizzler (7.1.0):
2121
- GoogleUtilities/Logger
22-
- GoogleUtilities/Network (7.0.0):
22+
- GoogleUtilities/Network (7.1.0):
2323
- GoogleUtilities/Logger
2424
- "GoogleUtilities/NSData+zlib"
2525
- GoogleUtilities/Reachability
26-
- "GoogleUtilities/NSData+zlib (7.0.0)"
27-
- GoogleUtilities/Reachability (7.0.0):
26+
- "GoogleUtilities/NSData+zlib (7.1.0)"
27+
- GoogleUtilities/Reachability (7.1.0):
2828
- GoogleUtilities/Logger
2929
- nanopb (2.30906.0):
3030
- nanopb/decode (= 2.30906.0)
3131
- nanopb/encode (= 2.30906.0)
3232
- nanopb/decode (2.30906.0)
3333
- nanopb/encode (2.30906.0)
34-
- OptableSDK (0.5.0)
34+
- OptableSDK (0.6.0)
3535
- PromisesObjC (1.2.11)
3636

3737
DEPENDENCIES:
@@ -53,11 +53,11 @@ EXTERNAL SOURCES:
5353

5454
SPEC CHECKSUMS:
5555
Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205
56-
GoogleAppMeasurement: 7790ef975d1d463c8614cd949a847e612edf087a
56+
GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5
5757
GoogleUserMessagingPlatform: 1d4b6946710d18cec34742054092e2c2bddae61f
58-
GoogleUtilities: ffb2f4159f2c897c6e8992bd7fbcdef8a300589c
58+
GoogleUtilities: f734da554aade8cc7928a31c2f3311897933a1bd
5959
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
60-
OptableSDK: 09704002d0c593d573b8d16d9b204c3dfa1e8056
60+
OptableSDK: 13191b55e113078633fe5280eb56730cfe9c0488
6161
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f
6262

6363
PODFILE CHECKSUM: 351282e419487eef77203b900e79e0bd15a4eb9b

0 commit comments

Comments
 (0)