From 5ae3c9159d557a2f0cc7739d75f5aeca9feb2545 Mon Sep 17 00:00:00 2001 From: pllearns Date: Tue, 7 Apr 2020 17:17:57 -0700 Subject: [PATCH] version bump with updated core --- Podfile | 2 +- Podfile.lock | 8 ++++---- README.md | 2 +- sdk-xyo-swift.podspec | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/Podfile b/Podfile index c9e45d8..26011b2 100644 --- a/Podfile +++ b/Podfile @@ -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 diff --git a/Podfile.lock b/Podfile.lock index e3867fe..f2e514e 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -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): @@ -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: @@ -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 diff --git a/README.md b/README.md index bd5d858..41c4064 100644 --- a/README.md +++ b/README.md @@ -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' ``` diff --git a/sdk-xyo-swift.podspec b/sdk-xyo-swift.podspec index dbeb0e6..8edfa58 100644 --- a/sdk-xyo-swift.podspec +++ b/sdk-xyo-swift.podspec @@ -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 @@ -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 = {