From a3a602c30a99221b5728eb683c695ea73338e8e8 Mon Sep 17 00:00:00 2001 From: Elaz Date: Thu, 13 Sep 2018 16:18:51 +0300 Subject: [PATCH] release 0.5.0 --- Gemfile | 1 + Gemfile.lock | 53 +++++++++++++++++++++++++++++++++++++ KinEcosystem.podspec | 2 +- KinEcosystem/Core/Kin.swift | 2 +- README.md | 2 +- 5 files changed, 57 insertions(+), 3 deletions(-) diff --git a/Gemfile b/Gemfile index 7a118b4..82d1e30 100644 --- a/Gemfile +++ b/Gemfile @@ -1,3 +1,4 @@ source "https://rubygems.org" gem "fastlane" +gem "cocoapods" diff --git a/Gemfile.lock b/Gemfile.lock index 9092e92..bd5b629 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,21 +2,61 @@ GEM remote: https://rubygems.org/ specs: CFPropertyList (3.0.0) + activesupport (4.2.10) + i18n (~> 0.7) + minitest (~> 5.1) + thread_safe (~> 0.3, >= 0.3.4) + tzinfo (~> 1.1) addressable (2.5.2) public_suffix (>= 2.0.2, < 4.0) atomos (0.1.2) babosa (1.0.2) claide (1.0.2) + cocoapods (1.5.0) + activesupport (>= 4.0.2, < 5) + claide (>= 1.0.2, < 2.0) + cocoapods-core (= 1.5.0) + cocoapods-deintegrate (>= 1.0.2, < 2.0) + cocoapods-downloader (>= 1.2.0, < 2.0) + cocoapods-plugins (>= 1.0.0, < 2.0) + cocoapods-search (>= 1.0.0, < 2.0) + cocoapods-stats (>= 1.0.0, < 2.0) + cocoapods-trunk (>= 1.3.0, < 2.0) + cocoapods-try (>= 1.1.0, < 2.0) + colored2 (~> 3.1) + escape (~> 0.0.4) + fourflusher (~> 2.0.1) + gh_inspector (~> 1.0) + molinillo (~> 0.6.5) + nap (~> 1.0) + ruby-macho (~> 1.1) + xcodeproj (>= 1.5.7, < 2.0) + cocoapods-core (1.5.0) + activesupport (>= 4.0.2, < 6) + fuzzy_match (~> 2.0.4) + nap (~> 1.0) + cocoapods-deintegrate (1.0.2) + cocoapods-downloader (1.2.1) + cocoapods-plugins (1.0.0) + nap + cocoapods-search (1.0.0) + cocoapods-stats (1.0.0) + cocoapods-trunk (1.3.1) + nap (>= 0.8, < 2.0) + netrc (~> 0.11) + cocoapods-try (1.1.0) colored (1.2) colored2 (3.1.2) commander-fastlane (4.4.6) highline (~> 1.7.2) + concurrent-ruby (1.0.5) declarative (0.0.10) declarative-option (0.1.0) domain_name (0.5.20180417) unf (>= 0.0.5, < 1.0.0) dotenv (2.5.0) emoji_regex (0.1.1) + escape (0.0.4) excon (0.62.0) faraday (0.15.2) multipart-post (>= 1.2, < 3) @@ -62,6 +102,8 @@ GEM xcodeproj (>= 1.5.7, < 2.0.0) xcpretty (~> 0.2.8) xcpretty-travis-formatter (>= 0.0.3) + fourflusher (2.0.1) + fuzzy_match (2.0.4) gh_inspector (1.1.3) google-api-client (0.21.2) addressable (~> 2.5, >= 2.5.1) @@ -82,6 +124,8 @@ GEM http-cookie (1.0.3) domain_name (~> 0.5) httpclient (2.8.3) + i18n (0.9.5) + concurrent-ruby (~> 1.0) json (2.1.0) jwt (2.1.0) little-plugger (1.1.4) @@ -93,11 +137,15 @@ GEM mime-types-data (~> 3.2015) mime-types-data (3.2016.0521) mini_magick (4.5.1) + minitest (5.11.3) + molinillo (0.6.6) multi_json (1.13.1) multi_xml (0.6.0) multipart-post (2.0.0) nanaimo (0.2.6) + nap (1.1.0) naturally (2.2.0) + netrc (0.11.0) os (0.9.6) plist (3.4.0) public_suffix (2.0.5) @@ -107,6 +155,7 @@ GEM uber (< 0.2.0) retriable (3.1.2) rouge (2.0.7) + ruby-macho (1.2.0) rubyzip (1.2.1) security (0.1.3) signet (0.8.1) @@ -121,10 +170,13 @@ GEM terminal-notifier (1.8.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) tty-cursor (0.6.0) tty-screen (0.6.5) tty-spinner (0.8.0) tty-cursor (>= 0.5.0) + tzinfo (1.2.5) + thread_safe (~> 0.1) uber (0.1.0) unf (0.1.4) unf_ext @@ -146,6 +198,7 @@ PLATFORMS ruby DEPENDENCIES + cocoapods fastlane BUNDLED WITH diff --git a/KinEcosystem.podspec b/KinEcosystem.podspec index 6355a89..fb6077c 100644 --- a/KinEcosystem.podspec +++ b/KinEcosystem.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'KinEcosystem' - s.version = '5.0.0' + s.version = '0.5.0' 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 79b4e50..673c963 100644 --- a/KinEcosystem/Core/Kin.swift +++ b/KinEcosystem/Core/Kin.swift @@ -12,7 +12,7 @@ import Foundation import KinCoreSDK import StellarErrors -let SDKVersion = "5.0.0" +let SDKVersion = "0.5.0" public typealias ExternalOfferCallback = (String?, Error?) -> () public typealias OrderConfirmationCallback = (ExternalOrderStatus?, Error?) -> () diff --git a/README.md b/README.md index fac5636..8f42b6c 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', '5.0.0' +pod 'KinEcosystem', '0.5.0' ``` > 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.