[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / d / a / 2 / web3swift / 1.1.10 / web3swift.podspec.json
blobebc4ac143882989a383d7a53c8ff71a658c7ed95
2   "name": "web3swift",
3   "version": "1.1.10",
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.10"
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       "~> 4.0"
37     ],
38     "CryptoSwift": [
39       "~> 0.11"
40     ],
41     "PromiseKit": [
42       "~> 6.3"
43     ],
44     "scrypt": [
45       "~> 2.0"
46     ],
47     "secp256k1_swift": [
48       "~> 1.0.3"
49     ],
50     "SwiftRLP": [
51       "~> 1.0.1"
52     ]
53   }