[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 0.8.1 / web3swift.podspec.json
blob3234f2e0cbcd66ca9813fc49dd08be4bc0456603
2   "name": "web3swift",
3   "version": "0.8.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.8.1"
14   },
15   "social_media_url": "https://twitter.com/shamatar",
16   "swift_version": "4.1",
17   "module_name": "web3swift",
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.13"
21   },
22   "public_header_files": "web3swift/**/*.{h}",
23   "source_files": [
24     "web3swift/**/*.{h,swift}",
25     "web3swift/**/*.{h}"
26   ],
27   "pod_target_xcconfig": {
28     "DEFINES_MODULE": "YES"
29   },
30   "frameworks": "CoreImage",
31   "dependencies": {
32     "Alamofire": [
33       "~> 4.7"
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.10.0"
46     ],
47     "libsodium": [
48       "~> 1.0.12"
49     ],
50     "secp256k1_ios": [
51       "~> 0.1.3"
52     ]
53   }