Skip to content

Commit

Permalink
set for 1.0.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Vlasov committed Jul 4, 2018
1 parent 703f613 commit 140d049
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 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.9.0"
s.version = "1.0.0"
s.summary = "Web3 implementation in vanilla Swift for iOS ans macOS"

s.description = <<-DESC
Expand All @@ -22,8 +22,6 @@ s.public_header_files = "web3swift/**/*.{h}"
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }

s.frameworks = 'CoreImage'
s.dependency 'Alamofire', '~> 4.7'
s.dependency 'Alamofire-Synchronous', '~> 4.0'
s.dependency 'BigInt', '~> 3.0.1'
s.dependency 'Result', '~> 3.0.0'
s.dependency 'CryptoSwift', '~> 0.10.0'
Expand Down

0 comments on commit 140d049

Please sign in to comment.