Skip to content
This repository has been archived by the owner on May 14, 2021. It is now read-only.

Commit

Permalink
Merge pull request #28 from kinecosystem/DP-467_swift-5
Browse files Browse the repository at this point in the history
DP-467 swift 5
  • Loading branch information
cnotethegr8 authored May 1, 2019
2 parents 6aae879 + f9333f4 commit 514260d
Show file tree
Hide file tree
Showing 137 changed files with 1,597 additions and 417 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
language: swift
osx_image: xcode10.1
osx_image: xcode10.2
xcode_project: KinSampleApp.xcodeproj
xcode_scheme: KinSampleApp
xcode_sdk: iphonesimulator12.1
xcode_sdk: iphonesimulator12.2

env:
- TEST_MATRIX=build
Expand All @@ -11,7 +11,7 @@ env:
script:
- |
if [ $TEST_MATRIX == "build" ]; then
xcodebuild -workspace KinSampleApp/KinSampleApp.xcodeproj/project.xcworkspace -scheme KinSampleApp -sdk iphonesimulator12.1 -configuration "Debug"
xcodebuild -workspace KinSampleApp/KinSampleApp.xcodeproj/project.xcworkspace -scheme KinSampleApp -sdk iphonesimulator12.2 -configuration "Debug"
fi
- |
if [ $TEST_MATRIX == "test" ]; then
Expand Down
10 changes: 5 additions & 5 deletions KinSDK.podspec
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 }

Expand All @@ -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
Loading

0 comments on commit 514260d

Please sign in to comment.