Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vlasov committed Jun 18, 2018
1 parent 953785a commit 91c8568
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions web3swift.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "web3swift"
s.version = "0.8.1"
s.version = "0.9.0"
s.summary = "Web3 implementation in vanilla Swift for iOS ans macOS"

s.description = <<-DESC
Expand All @@ -16,7 +16,7 @@ s.social_media_url = 'https://twitter.com/shamatar'
s.swift_version = '4.1'
s.module_name = 'web3swift'
s.ios.deployment_target = "9.0"
s.osx.deployment_target = "10.13"
s.osx.deployment_target = "10.11"
s.source_files = "web3swift/**/*.{h,swift}",
s.public_header_files = "web3swift/**/*.{h}"
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
Expand All @@ -29,5 +29,5 @@ s.dependency 'Result', '~> 3.0.0'
s.dependency 'CryptoSwift', '~> 0.10.0'
s.dependency 'libsodium', '~> 1.0.12'
s.dependency 'secp256k1_ios', '~> 0.1.3'

s.dependency 'PromiseKit', '~> 6.3.0'
end

0 comments on commit 91c8568

Please sign in to comment.