[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 2.6.6 / web3swift.podspec.json
blob61237e499f141685d2aaf67dd37319220eb9bb18
2   "name": "web3swift",
3   "version": "2.6.6",
4   "platforms": {
5     "ios": "9.0",
6     "osx": "10.12"
7   },
8   "license": {
9     "type": "Apache License 2.0",
10     "file": "LICENSE.md"
11   },
12   "summary": "Web3 implementation in vanilla Swift for iOS, macOS, and Linux",
13   "homepage": "https://github.com/matter-labs/web3swift",
14   "authors": {
15     "Alex Vlasov": "alex.m.vlasov@gmail.com",
16     "Anton Grigorev": "antongrigorjev2010@gmail.com",
17     "Petr Korolev": "sky4winder@gmail.com"
18   },
19   "source": {
20     "git": "https://github.com/matter-labs/web3swift.git",
21     "tag": "2.6.6"
22   },
23   "source_files": [
24     "Sources/web3swift/{Contract,Convenience,EthereumABI,EthereumAddress,HookedFunctions,KeystoreManager,Promises,SwiftRLP,Transaction,Web3}/*.swift",
25     "Sources/web3swift/{Tokens,Utils}/**/*.swift"
26   ],
27   "ios": {
28     "source_files": "Sources/web3swift/Browser/*.swift"
29   },
30   "resource_bundles": {
31     "Browser": "Sources/web3swift/Browser/*.js"
32   },
33   "swift_versions": "5.0",
34   "frameworks": "CoreImage",
35   "dependencies": {
36     "BigInt": [
37       "5.2.0"
38     ],
39     "Starscream": [
40       "4.0.4"
41     ],
42     "CryptoSwift": [
43       "1.5.1"
44     ],
45     "secp256k1.c": [
46       "0.1.2"
47     ],
48     "PromiseKit": [
49       "6.15.3"
50     ]
51   },
52   "swift_version": "5.0"