[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 0.2.12 / web3swift.podspec.json
blob86bcf40f7426e3ce97a7afed160e14ff4c343ede
2   "name": "web3swift",
3   "version": "0.2.12",
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": "Apache License 2.0",
8   "authors": {
9     "Alex Vlasov": "av@bankexfoundation.org"
10   },
11   "source": {
12     "git": "https://github.com/bankex/web3swift.git",
13     "tag": "0.2.12"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "pod_target_xcconfig": {
17     "SWIFT_VERSION": "4.0",
18     "ARCHS": "${ARCHS_STANDARD_64_BIT}",
19     "VALID_ARCHS": "${ARCHS_STANDARD_64_BIT}"
20   },
21   "module_name": "web3swift",
22   "platforms": {
23     "ios": "9.0"
24   },
25   "public_header_files": "web3swift/**/*.{h}",
26   "source_files": [
27     "web3swift/**/*.{h,swift}",
28     "web3swift/**/*.{h}"
29   ],
30   "dependencies": {
31     "Alamofire": [
32       "~> 4.5"
33     ],
34     "Alamofire-Synchronous": [
35       "~> 4.0"
36     ],
37     "BigInt": [
38       "~> 3.0.1"
39     ],
40     "CryptoSwift": [
42     ],
43     "libsodium": [
45     ],
46     "secp256k1_ios": [
47       "~> 0.1.1"
48     ]
49   },
50   "pushed_with_swift_version": "4.0"