We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 703f613 commit 140d049Copy full SHA for 140d049
web3swift.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "web3swift"
3
-s.version = "0.9.0"
+s.version = "1.0.0"
4
s.summary = "Web3 implementation in vanilla Swift for iOS ans macOS"
5
6
s.description = <<-DESC
@@ -22,8 +22,6 @@ s.public_header_files = "web3swift/**/*.{h}"
22
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
23
24
s.frameworks = 'CoreImage'
25
-s.dependency 'Alamofire', '~> 4.7'
26
-s.dependency 'Alamofire-Synchronous', '~> 4.0'
27
s.dependency 'BigInt', '~> 3.0.1'
28
s.dependency 'Result', '~> 3.0.0'
29
s.dependency 'CryptoSwift', '~> 0.10.0'
0 commit comments