This repository has been archived by the owner on May 14, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #28 from kinecosystem/DP-467_swift-5
DP-467 swift 5
- Loading branch information
Showing
137 changed files
with
1,597 additions
and
417 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,10 @@ | ||
Pod::Spec.new do |s| | ||
s.name = 'KinSDK' | ||
s.version = '0.8.6' | ||
s.version = '0.9.0' | ||
s.summary = 'Pod for the KIN SDK.' | ||
s.description = "Initial pod for the KIN SDK." | ||
s.homepage = 'https://github.com/kinecosystem/kin-sdk-ios' | ||
s.license = { :type => 'Kin Ecosystem SDK License', :file => 'LICENSE.pdf' } | ||
s.license = { :type => 'Kin Ecosystem SDK License' } | ||
s.author = { 'Kin Foundation' => '[email protected]' } | ||
s.source = { :git => 'https://github.com/kinecosystem/kin-sdk-ios.git', :tag => "#{s.version}", :submodules => true } | ||
|
||
|
@@ -13,10 +13,10 @@ Pod::Spec.new do |s| | |
'KinSDK/KinSDK/source/third-party/SHA256.swift', | ||
'KinSDK/KinSDK/source/third-party/keychain-swift/KeychainSwift/*.swift' | ||
|
||
s.dependency 'KinUtil', '0.0.18' | ||
s.dependency 'Sodium', '0.7.0' | ||
s.dependency 'KinUtil', '0.1.0' | ||
s.dependency 'Sodium', '0.8.0' | ||
|
||
s.ios.deployment_target = '8.0' | ||
s.swift_version = "4.2" | ||
s.swift_version = "5.0" | ||
s.platform = :ios, '8.0' | ||
end |
Oops, something went wrong.