Skip to content

Commit 386592f

Browse files
committed
update podscpec
1 parent 7a2bac0 commit 386592f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

web3swift.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'web3swift'
3-
spec.version = '2.2.1'
3+
spec.version = '2.2.2'
44
spec.ios.deployment_target = "9.0"
55
spec.osx.deployment_target = "10.11"
66
spec.license = { :type => 'Apache License 2.0', :file => 'LICENSE.md' }
77
spec.summary = 'Web3 implementation in vanilla Swift for iOS, macOS, and Linux'
88
spec.homepage = 'https://github.com/matter-labs/web3swift'
9-
spec.author = { "Alex Vlasov" => "[email protected]", "Anton Grigorev" => "[email protected]" }
9+
spec.author = {"Alex Vlasov" => "[email protected]", "Anton Grigorev" => "[email protected]", "Petr Korolev" => "[email protected]"}
1010
spec.source = { :git => 'https://github.com/matter-labs/web3swift.git', :tag => spec.version.to_s }
1111
spec.source_files = "Sources/web3swift/{Contract,Convenience,EthereumABI,EthereumAddress,HookedFunctions,KeystoreManager,Promises,SwiftRLP,Transaction,Web3,Browser}/*.swift", "Sources/web3swift/{Tokens,Utils}/**/*.swift"
1212
spec.resource_bundle = { "Browser" => "Sources/web3swift/Browser/*.js" }

0 commit comments

Comments
 (0)