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