Skip to content

Commit

Permalink
Merge pull request #16 from XYOracleNetwork/develop
Browse files Browse the repository at this point in the history
Bump objectmodel
  • Loading branch information
carterharrison authored Nov 14, 2019
2 parents bd9c0e3 + 5bfa1d8 commit a8a791d
Show file tree
Hide file tree
Showing 4 changed files with 21 additions and 7 deletions.
2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ use_frameworks!

target 'sdk-xyobleinterface-swift' do
pod 'XyBleSdk', '~> 3.0.7'
pod 'sdk-objectmodel-swift', '~> 3.0.2'
pod 'sdk-objectmodel-swift', '~> 3.0.3'
pod 'sdk-core-swift', '~> 3.0.1'
end

Expand Down
8 changes: 4 additions & 4 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,14 @@ PODS:
- sdk-core-swift (3.0.1):
- sdk-objectmodel-swift (~> 3.0)
- secp256k1.swift
- sdk-objectmodel-swift (3.0.2)
- sdk-objectmodel-swift (3.0.3)
- secp256k1.swift (0.1.4)
- XyBleSdk (3.0.7):
- PromisesSwift

DEPENDENCIES:
- sdk-core-swift (~> 3.0.1)
- sdk-objectmodel-swift (~> 3.0.2)
- sdk-objectmodel-swift (~> 3.0.3)
- XyBleSdk (~> 3.0.7)

SPEC REPOS:
Expand All @@ -28,10 +28,10 @@ SPEC CHECKSUMS:
PromisesObjC: c119f3cd559f50b7ae681fa59dc1acd19173b7e6
PromisesSwift: 37bad6f4daddb02f7c9c531efe91e8b21c13ee2f
sdk-core-swift: 6b089045fe8483388bd3c82d2d1375d796c29745
sdk-objectmodel-swift: 8d880c7871ab0ce16fed958d782c737fd495dd53
sdk-objectmodel-swift: a60e0bca94cac846589720322d63bf65b7eb584f
secp256k1.swift: a7e7a214f6db6ce5db32cc6b2b45e5c4dd633634
XyBleSdk: 8d63d5cba164fa7d05d662fca0231f065fddccbe

PODFILE CHECKSUM: e4c0067ce6f987340831b6f47f607cb6ab2933d6
PODFILE CHECKSUM: c72b69b3db2037447fa7116695bbd7768eb46612

COCOAPODS: 1.8.4
14 changes: 14 additions & 0 deletions cat
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
source 'https://github.com/CocoaPods/Specs.git'
platform :ios, '11.0'
use_frameworks!

target 'sdk-xyobleinterface-swift' do
pod 'XyBleSdk', '~> 3.0.7'
pod 'sdk-objectmodel-swift', '~> 3.0.2'
pod 'sdk-core-swift', '~> 3.0.1'
end

target 'sdk-xyobleinterface-swiftTests' do
inherit! :search_paths
# Pods for testing
end
4 changes: 2 additions & 2 deletions sdk-xyobleinterface-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-xyobleinterface-swift'
s.version = '3.0.8'
s.version = '3.0.9'
s.summary = 'A short description of sdk-xyobleinterface-swift'
s.swift_version = '5.0'
# This description is used to generate tags and improve search results.
Expand All @@ -33,7 +33,7 @@ XYO Ble Interface

s.dependency 'PromisesSwift', '~> 1.2.4'

s.dependency 'sdk-objectmodel-swift', '~> 3.0'
s.dependency 'sdk-objectmodel-swift', '~> 3.0.3'
s.dependency 'sdk-core-swift', '~> 3.0.1'
s.dependency 'XyBleSdk', '~> 3.0.7'

Expand Down

0 comments on commit a8a791d

Please sign in to comment.