From aef473131b8ee618bdaf5e85f074fc72fd8a84a0 Mon Sep 17 00:00:00 2001 From: Elaz Date: Mon, 5 Nov 2018 20:31:14 +0200 Subject: [PATCH] release 0.5.6 --- KinEcosystem.podspec | 2 +- KinEcosystem/Core/Kin.swift | 2 +- KinEcosystem/Info.plist | 2 +- README.md | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/KinEcosystem.podspec b/KinEcosystem.podspec index df8eb24..7180914 100644 --- a/KinEcosystem.podspec +++ b/KinEcosystem.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KinEcosystem' - s.version = '0.5.5' + s.version = '0.5.6' s.summary = 'Kin Ecosystem mobile sdk for iOS' s.description = <<-DESC Kin ecosystem mobile sdk for iOS diff --git a/KinEcosystem/Core/Kin.swift b/KinEcosystem/Core/Kin.swift index 6c65e8e..ce123e9 100644 --- a/KinEcosystem/Core/Kin.swift +++ b/KinEcosystem/Core/Kin.swift @@ -12,7 +12,7 @@ import Foundation import KinCoreSDK import StellarErrors -let SDKVersion = "0.5.5" +let SDKVersion = "0.5.6" public typealias KinCallback = (String?, Error?) -> () public typealias OrderConfirmationCallback = (ExternalOrderStatus?, Error?) -> () diff --git a/KinEcosystem/Info.plist b/KinEcosystem/Info.plist index 1007fd9..fbe1e6b 100644 --- a/KinEcosystem/Info.plist +++ b/KinEcosystem/Info.plist @@ -3,7 +3,7 @@ CFBundleDevelopmentRegion - $(DEVELOPMENT_LANGUAGE) + en CFBundleExecutable $(EXECUTABLE_NAME) CFBundleIdentifier diff --git a/README.md b/README.md index c15150a..2f467ec 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ Next version of the SDK and API will also suport native earn and P2P transaction ## Installation The fastest way to get started with the sdk is with cocoapods (>= 1.4.0). ``` -pod 'KinEcosystem', '0.5.5' +pod 'KinEcosystem', '0.5.6' ``` > Notice for apps using swift 3.2: the pod installation will change your project's swift version target to 4.0
> This is because the sdk uses swift 4.0, and cocoapods force the pod's swift version on the project. For now, you can manually change your project's swift version in the build setting. A better solution will be available soon.