Skip to content

Commit

Permalink
Merge pull request #59 from XYOracleNetwork/develop
Browse files Browse the repository at this point in the history
version bump with updated core
  • Loading branch information
Phillip Lorenzo authored Apr 8, 2020
2 parents 1c3ea82 + 5ae3c91 commit 817feda
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ platform :ios, '11.0'
use_frameworks!

target 'sdk-xyo-swift' do
pod 'sdk-core-swift', '~> 3.1.2'
pod 'sdk-core-swift', '~> 3.1.3'
pod 'XyBleSdk', '~> 3.1.6'
end
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ PODS:
- PromisesObjC (1.2.8)
- PromisesSwift (1.2.8):
- PromisesObjC (= 1.2.8)
- sdk-core-swift (3.1.2):
- sdk-core-swift (3.1.3):
- secp256k1.swift
- secp256k1.swift (0.1.4)
- XyBaseSdk (1.0.1):
Expand All @@ -11,7 +11,7 @@ PODS:
- XyBaseSdk

DEPENDENCIES:
- sdk-core-swift (~> 3.1.2)
- sdk-core-swift (~> 3.1.3)
- XyBleSdk (~> 3.1.6)

SPEC REPOS:
Expand All @@ -26,11 +26,11 @@ SPEC REPOS:
SPEC CHECKSUMS:
PromisesObjC: c119f3cd559f50b7ae681fa59dc1acd19173b7e6
PromisesSwift: 37bad6f4daddb02f7c9c531efe91e8b21c13ee2f
sdk-core-swift: 9f7c3edb2bc9819b5b0a64cdaf8a6eedcbd58ca2
sdk-core-swift: 0f3feab018203527da2138fccf877486eb69292e
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634
XyBaseSdk: 679d4f8ddbfc70ec1ff8a4cbdccf5bf81a1894f2
XyBleSdk: be5259286588d290cf79d9dfe2dce193de504f49

PODFILE CHECKSUM: 7a02e3251b143b5219263eaafb01eb94ce4ad3e6
PODFILE CHECKSUM: 78fcd97df8f06762ef94049e28b828d0dae0db54

COCOAPODS: 1.9.1
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Include the library in your Podfile

```Podfile
target 'YourAppName' do
pod 'sdk-xyo-swift', '1.0.3'
pod 'sdk-xyo-swift', '1.0.14'
```

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

Pod::Spec.new do |s|
s.name = 'sdk-xyo-swift'
s.version = '1.0.13'
s.version = '1.0.14'
s.summary = 'An easy to use XYO Platform wrapper for swift developers.'

s.description = <<-DESC
Expand Down Expand Up @@ -54,7 +54,7 @@ Pod::Spec.new do |s|

s.source_files = 'Source/**/*.swift'

s.dependency 'sdk-core-swift', '~> 3.1.2'
s.dependency 'sdk-core-swift', '~> 3.1.3'
s.dependency 'XyBleSdk', '~> 3.1.6'

# s.resource_bundles = {
Expand Down

0 comments on commit 817feda

Please sign in to comment.