[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 0.2.5 / web3swift.podspec.json
bloba16b737987dcbab56299a375305d74c4bfe7fc8d
2   "name": "web3swift",
3   "version": "0.2.5",
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.5"
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   "exclude_files": "web3swift/Utils/Classes/{HMAC, RIPEMD160}.{swift}",
31   "dependencies": {
32     "Alamofire": [
33       "~> 4.5"
34     ],
35     "Alamofire-Synchronous": [
36       "~> 4.0"
37     ],
38     "BigInt": [
39       "~> 3.0.1"
40     ],
41     "CryptoSwift": [
43     ],
44     "libsodium": [
46     ],
47     "secp256k1_ios": [
48       "~> 0.1.1"
49     ]
50   },
51   "pushed_with_swift_version": "4.0"