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 #35 from kinecosystem/pod-files
Browse files Browse the repository at this point in the history
Podspec missing source files
  • Loading branch information
cnotethegr8 authored May 23, 2019
2 parents 01479a7 + 0d1c3a3 commit aa152a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions KinSDK.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'KinSDK'
s.version = '0.9.1'
s.version = '0.9.2'
s.summary = 'Pod for the KIN SDK.'
s.description = "Initial pod for the KIN SDK."
s.homepage = 'https://github.com/kinecosystem/kin-sdk-ios'
Expand All @@ -11,7 +11,8 @@ Pod::Spec.new do |s|
s.source_files = 'KinSDK/KinSDK/source/*.swift',
'KinSDK/KinSDK/source/blockchain/**/*.swift',
'KinSDK/KinSDK/source/third-party/SHA256.swift',
'KinSDK/KinSDK/source/third-party/keychain-swift/KeychainSwift/*.swift'
'KinSDK/KinSDK/source/third-party/keychain-swift/KeychainSwift/*.swift',
'KinSDK/KinSDK/source/Utilities/*.swift'

s.dependency 'KinUtil', '0.1.0'
s.dependency 'Sodium', '0.8.0'
Expand Down

0 comments on commit aa152a8

Please sign in to comment.