Skip to content

Commit

Permalink
Added CocoaPods support for all c libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
v57 committed Dec 5, 2018
1 parent c0765f1 commit 06706d9
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions web3swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'web3swift'
spec.version = '2.1.1'
spec.version = '2.2.0'
spec.ios.deployment_target = "8.0"
spec.osx.deployment_target = "10.10"
spec.tvos.deployment_target = "9.0"
Expand All @@ -9,10 +9,12 @@ Pod::Spec.new do |spec|
spec.summary = 'Web3 implementation in pure Swift for iOS, macOS, tvOS, watchOS and Linux'
spec.homepage = 'https://github.com/bankex/web3swift'
spec.author = 'Bankex Foundation'
spec.source = { :git => 'https://github.com/bankex/web3swift.git', :tag => 'v' + String(spec.version) }
spec.source_files = 'Sources/web3swift/**/*.swift'
spec.source = { :git => 'https://github.com/bankex/web3swift.git', :branch => 'develop' }
spec.source_files = 'Sources/web3swift'

spec.dependency 'PromiseKit', '~> 6.4'
spec.dependency 'BigInt', '~> 3.1'
spec.dependency 'secp256k1.c', '~> 0.1'
spec.dependency 'keccak.c', '~> 0.1'
spec.dependency 'scrypt.c', '~> 0.1'
end

0 comments on commit 06706d9

Please sign in to comment.