Skip to content

Commit 10c124a

Browse files
committed
Prepare 0.7.0 release
1 parent dd8079c commit 10c124a

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

OptableSDK.podspec

+1-1
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.6.0"
3+
spec.version = "0.7.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

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ You can then run `pod install` to download all of your dependencies and prepare
5050
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:
5151

5252
```ruby
53-
pod 'OptableSDK', '0.6.0'
53+
pod 'OptableSDK', '0.7.0'
5454
```
5555

5656
## Using (Swift)

demo-ios-objc/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PODS:
88
- GoogleUtilities/Network (~> 7.0)
99
- "GoogleUtilities/NSData+zlib (~> 7.0)"
1010
- nanopb (~> 2.30906.0)
11-
- GoogleUserMessagingPlatform (1.3.0)
11+
- GoogleUserMessagingPlatform (1.4.0)
1212
- GoogleUtilities/AppDelegateSwizzler (7.1.1):
1313
- GoogleUtilities/Environment
1414
- GoogleUtilities/Logger
@@ -31,7 +31,7 @@ PODS:
3131
- nanopb/encode (= 2.30906.0)
3232
- nanopb/decode (2.30906.0)
3333
- nanopb/encode (2.30906.0)
34-
- OptableSDK (0.6.0)
34+
- OptableSDK (0.7.0)
3535
- PromisesObjC (1.2.11)
3636

3737
DEPENDENCIES:
@@ -54,10 +54,10 @@ EXTERNAL SOURCES:
5454
SPEC CHECKSUMS:
5555
Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205
5656
GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5
57-
GoogleUserMessagingPlatform: 1d4b6946710d18cec34742054092e2c2bddae61f
57+
GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367
5858
GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c
5959
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
60-
OptableSDK: a50f842c97a670427c2a0495ae0f78dbbef12b17
60+
OptableSDK: aa3a491d617ad465623c1413598e4ac242909ab0
6161
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f
6262

6363
PODFILE CHECKSUM: 0aa38b82b2e42ff7371f3764105ca3242451dcc8

demo-ios-swift/Podfile.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ PODS:
88
- GoogleUtilities/Network (~> 7.0)
99
- "GoogleUtilities/NSData+zlib (~> 7.0)"
1010
- nanopb (~> 2.30906.0)
11-
- GoogleUserMessagingPlatform (1.3.0)
11+
- GoogleUserMessagingPlatform (1.4.0)
1212
- GoogleUtilities/AppDelegateSwizzler (7.1.1):
1313
- GoogleUtilities/Environment
1414
- GoogleUtilities/Logger
@@ -31,7 +31,7 @@ PODS:
3131
- nanopb/encode (= 2.30906.0)
3232
- nanopb/decode (2.30906.0)
3333
- nanopb/encode (2.30906.0)
34-
- OptableSDK (0.6.0)
34+
- OptableSDK (0.7.0)
3535
- PromisesObjC (1.2.11)
3636

3737
DEPENDENCIES:
@@ -54,10 +54,10 @@ EXTERNAL SOURCES:
5454
SPEC CHECKSUMS:
5555
Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205
5656
GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5
57-
GoogleUserMessagingPlatform: 1d4b6946710d18cec34742054092e2c2bddae61f
57+
GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367
5858
GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c
5959
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
60-
OptableSDK: a50f842c97a670427c2a0495ae0f78dbbef12b17
60+
OptableSDK: aa3a491d617ad465623c1413598e4ac242909ab0
6161
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f
6262

6363
PODFILE CHECKSUM: 351282e419487eef77203b900e79e0bd15a4eb9b

0 commit comments

Comments
 (0)