[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / a / PlasmaSwiftLib / 1.0.4 / PlasmaSwiftLib.podspec.json
blobf37718d5ec63d267c813b94b73dd064471439b28
2   "name": "PlasmaSwiftLib",
3   "version": "1.0.4",
4   "summary": "PlasmaSwiftLib is your toolbelt for any kind interactions with The Matter Plasma Implementations.",
5   "description": "Use this library to implement all necessary functionality of THe Matter Plasma Implementation into your App. Completely native on pure Swift.",
6   "homepage": "https://github.com/matterinc/PlasmaSwiftLib",
7   "license": {
8     "type": "Apache 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Anton Grigorev": "antongrigorjev2010@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/matterinc/PlasmaSwiftLib.git",
16     "tag": "1.0.4"
17   },
18   "swift_version": "4.2",
19   "module_name": "PlasmaSwiftLib",
20   "platforms": {
21     "ios": "9.0"
22   },
23   "public_header_files": "PlasmaSwiftLib/**/*.{h}",
24   "source_files": [
25     "PlasmaSwiftLib/**/*.{h,swift}",
26     "PlasmaSwiftLib/**/*.{h}"
27   ],
28   "pod_target_xcconfig": {
29     "DEFINES_MODULE": "YES"
30   },
31   "dependencies": {
32     "BigInt": [
34     ],
35     "CryptoSwift": [
37     ],
38     "EthereumABI": [
40     ],
41     "EthereumAddress": [
43     ],
44     "secp256k1_swift": [
46     ],
47     "SipHash": [
49     ],
50     "SwiftRLP": [
52     ]
53   }