[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 0.4.1 / web3swift.podspec.json
blobfb597341f2fb8b940eab96c14bd71ae01c843c4d
2   "name": "web3swift",
3   "version": "0.4.1",
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.4.1"
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": "9.0",
22     "osx": "10.13"
23   },
24   "public_header_files": "web3swift/**/*.{h}",
25   "source_files": [
26     "web3swift/**/*.{h,swift}",
27     "web3swift/**/*.{h}"
28   ],
29   "dependencies": {
30     "Alamofire": [
31       "~> 4.7"
32     ],
33     "Alamofire-Synchronous": [
34       "~> 4.0"
35     ],
36     "BigInt": [
37       "~> 3.0.1"
38     ],
39     "Result": [
40       "~> 3.0.0"
41     ],
42     "CryptoSwift": [
43       "~> 0.9.0"
44     ],
45     "libsodium": [
46       "~> 1.0.12"
47     ],
48     "secp256k1_ios": [
49       "~> 0.1.2"
50     ]
51   }