[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 0.1.0 / web3swift.podspec.json
blobbdf2c65a9f7617dadcf001af64deb10824e03201
2   "name": "web3swift",
3   "version": "0.1.0",
4   "summary": "Web3 implementation in vanilla Swift",
5   "description": "Web3 implementation in vanilla Swift, intended for mobile developers of wallets, dapps and Web3.0",
6   "homepage": "https://github.com/bankex/web3swift",
7   "license": "MIT",
8   "authors": {
9     "Alex Vlasov": "av@bankexfoundation.org"
10   },
11   "source": {
12     "git": "https://github.com/bankex/web3swift.git",
13     "tag": "0.1.0"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "pod_target_xcconfig": {
17     "SWIFT_VERSION": "4.0"
18   },
19   "module_name": "web3swift",
20   "platforms": {
21     "ios": "11.0"
22   },
23   "public_header_files": "web3swift/**/*.{h}",
24   "source_files": [
25     "web3swift/**/*.{h,swift}",
26     "web3swift/**/*.{h}"
27   ],
28   "dependencies": {
29     "Alamofire": [
30       "~> 4.5"
31     ],
32     "BigInt": [
33       "~> 3.0.1"
34     ],
35     "PromiseKit": [
36       "~> 4.4"
37     ],
38     "AwaitKit": [
39       "~> 3.0.1"
40     ],
41     "PromiseKit/Alamofire": [
42       "~> 4.0"
43     ],
44     "CryptoSwift": [
46     ],
47     "libsodium": [
49     ],
50     "secp256k1_ios": [
51       "~> 0.0.7"
52     ]
53   },
54   "pushed_with_swift_version": "4"