[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 0.3.6 / web3swift.podspec.json
blobeb92edde674e2a8e80a70892154787a2080c4fb4
2   "name": "web3swift",
3   "version": "0.3.6",
4   "summary": "Web3 implementation in vanilla Swift for iOS ans macOS",
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.3.6"
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     "osx": "10.13"
25   },
26   "public_header_files": "web3swift/**/*.{h}",
27   "source_files": [
28     "web3swift/**/*.{h,swift}",
29     "web3swift/**/*.{h}"
30   ],
31   "dependencies": {
32     "Alamofire": [
33       "~> 4.6"
34     ],
35     "Alamofire-Synchronous": [
36       "~> 4.0"
37     ],
38     "BigInt": [
39       "~> 3.0.1"
40     ],
41     "Result": [
42       "~> 3.0.0"
43     ],
44     "CryptoSwift": [
45       "~> 0.8.3"
46     ],
47     "libsodium": [
48       "~> 1.0.12"
49     ],
50     "secp256k1_ios": [
51       "~> 0.1.2"
52     ]
53   }