Skip to content

Commit

Permalink
Prepare 0.7.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmilekic committed Nov 24, 2020
1 parent dd8079c commit 10c124a
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion OptableSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = "OptableSDK"
spec.version = "0.6.0"
spec.version = "0.7.0"
spec.summary = "A lightweight SDK used to integrate iOS apps with the Optable Sandbox"
spec.description = <<-DESC
The Optable SDK is used to integrate an iOS application with an instance of the
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ You can then run `pod install` to download all of your dependencies and prepare
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:

```ruby
pod 'OptableSDK', '0.6.0'
pod 'OptableSDK', '0.7.0'
```

## Using (Swift)
Expand Down
8 changes: 4 additions & 4 deletions demo-ios-objc/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PODS:
- GoogleUtilities/Network (~> 7.0)
- "GoogleUtilities/NSData+zlib (~> 7.0)"
- nanopb (~> 2.30906.0)
- GoogleUserMessagingPlatform (1.3.0)
- GoogleUserMessagingPlatform (1.4.0)
- GoogleUtilities/AppDelegateSwizzler (7.1.1):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
Expand All @@ -31,7 +31,7 @@ PODS:
- nanopb/encode (= 2.30906.0)
- nanopb/decode (2.30906.0)
- nanopb/encode (2.30906.0)
- OptableSDK (0.6.0)
- OptableSDK (0.7.0)
- PromisesObjC (1.2.11)

DEPENDENCIES:
Expand All @@ -54,10 +54,10 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205
GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5
GoogleUserMessagingPlatform: 1d4b6946710d18cec34742054092e2c2bddae61f
GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367
GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
OptableSDK: a50f842c97a670427c2a0495ae0f78dbbef12b17
OptableSDK: aa3a491d617ad465623c1413598e4ac242909ab0
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: 0aa38b82b2e42ff7371f3764105ca3242451dcc8
Expand Down
8 changes: 4 additions & 4 deletions demo-ios-swift/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ PODS:
- GoogleUtilities/Network (~> 7.0)
- "GoogleUtilities/NSData+zlib (~> 7.0)"
- nanopb (~> 2.30906.0)
- GoogleUserMessagingPlatform (1.3.0)
- GoogleUserMessagingPlatform (1.4.0)
- GoogleUtilities/AppDelegateSwizzler (7.1.1):
- GoogleUtilities/Environment
- GoogleUtilities/Logger
Expand All @@ -31,7 +31,7 @@ PODS:
- nanopb/encode (= 2.30906.0)
- nanopb/decode (2.30906.0)
- nanopb/encode (2.30906.0)
- OptableSDK (0.6.0)
- OptableSDK (0.7.0)
- PromisesObjC (1.2.11)

DEPENDENCIES:
Expand All @@ -54,10 +54,10 @@ EXTERNAL SOURCES:
SPEC CHECKSUMS:
Google-Mobile-Ads-SDK: 29bbdb182d69ff606cc0301da1590b40be8d2205
GoogleAppMeasurement: 89e1a64593f968713b0506ba1b53b38a154bf9a5
GoogleUserMessagingPlatform: 1d4b6946710d18cec34742054092e2c2bddae61f
GoogleUserMessagingPlatform: b168e8c46cd8f92aa3e34b584c4ca78a411ce367
GoogleUtilities: 3dc4ff0d5e4840e2fa8eef0889620e8c33d4218c
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
OptableSDK: a50f842c97a670427c2a0495ae0f78dbbef12b17
OptableSDK: aa3a491d617ad465623c1413598e4ac242909ab0
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: 351282e419487eef77203b900e79e0bd15a4eb9b
Expand Down

0 comments on commit 10c124a

Please sign in to comment.