[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 1.1.7 / web3swift.podspec.json
blob0b1370a73ade8243a35e42391ae5ff4ad0e91497
2   "name": "web3swift",
3   "version": "1.1.7",
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/matterinc/web3swift",
7   "license": "Apache License 2.0",
8   "authors": {
9     "Alex Vlasov": "alex.m.vlasov@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/matterinc/web3swift.git",
13     "tag": "1.1.7"
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.11"
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     "BigInt": [
33       "~> 3.1"
34     ],
35     "Result": [
36       "~> 3.0"
37     ],
38     "CryptoSwift": [
39       "~> 0.11"
40     ],
41     "secp256k1_ios": [
42       "~> 0.1"
43     ],
44     "PromiseKit": [
45       "~> 6.3"
46     ],
47     "scrypt": [
48       "~> 1.7"
49     ]
50   }