Skip to content

Commit

Permalink
Prepare 0.5.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
bmilekic committed Oct 30, 2020
1 parent 35446a1 commit 837f6c6
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 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.4.1"
spec.version = "0.5.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 @@ -48,7 +48,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.2.0'
pod 'OptableSDK', '0.5.0'
```

## Using (Swift)
Expand Down
4 changes: 2 additions & 2 deletions demo-ios-objc/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PODS:
- nanopb/encode (= 2.30906.0)
- nanopb/decode (2.30906.0)
- nanopb/encode (2.30906.0)
- OptableSDK (0.4.0)
- OptableSDK (0.5.0)
- PromisesObjC (1.2.11)

DEPENDENCIES:
Expand All @@ -57,7 +57,7 @@ SPEC CHECKSUMS:
GoogleUserMessagingPlatform: 1d4b6946710d18cec34742054092e2c2bddae61f
GoogleUtilities: ffb2f4159f2c897c6e8992bd7fbcdef8a300589c
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
OptableSDK: ac2442396aad390b5df004e8116314b36818fbce
OptableSDK: 09704002d0c593d573b8d16d9b204c3dfa1e8056
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: 0aa38b82b2e42ff7371f3764105ca3242451dcc8
Expand Down
4 changes: 2 additions & 2 deletions demo-ios-swift/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ PODS:
- nanopb/encode (= 2.30906.0)
- nanopb/decode (2.30906.0)
- nanopb/encode (2.30906.0)
- OptableSDK (0.4.0)
- OptableSDK (0.5.0)
- PromisesObjC (1.2.11)

DEPENDENCIES:
Expand All @@ -57,7 +57,7 @@ SPEC CHECKSUMS:
GoogleUserMessagingPlatform: 1d4b6946710d18cec34742054092e2c2bddae61f
GoogleUtilities: ffb2f4159f2c897c6e8992bd7fbcdef8a300589c
nanopb: 1bf24dd71191072e120b83dd02d08f3da0d65e53
OptableSDK: ac2442396aad390b5df004e8116314b36818fbce
OptableSDK: 09704002d0c593d573b8d16d9b204c3dfa1e8056
PromisesObjC: 8c196f5a328c2cba3e74624585467a557dcb482f

PODFILE CHECKSUM: 351282e419487eef77203b900e79e0bd15a4eb9b
Expand Down

0 comments on commit 837f6c6

Please sign in to comment.