[Add] PurchasesHybridCommon 13.15.0
[CocoaPods.git] / Specs / a / 4 / b / ios-dpp / 0.0.1 / ios-dpp.podspec.json
blob1b2a5f61855a501203f103de31317f8d1af9cf79
2   "name": "ios-dpp",
3   "version": "0.0.1",
4   "summary": "Dash Platform Protocol",
5   "description": "The iOS implementation of the Dash Platform Protocol",
6   "homepage": "https://github.com/dashevo/ios-dpp",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Andrew Podkovyrin": "podkovyrin@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/dashevo/ios-dpp.git",
16     "tag": "0.0.1"
17   },
18   "social_media_url": "https://twitter.com/podkovyr",
19   "platforms": {
20     "ios": "10.0"
21   },
22   "source_files": "ios-dpp/Classes/**/*",
23   "resource_bundles": {
24     "ios-dpp": [
25       "ios-dpp/Assets/*.json"
26     ]
27   },
28   "module_name": "DPP",
29   "dependencies": {
30     "DSJSONSchemaValidation": [
31       "2.0.5"
32     ],
33     "TinyCborObjc": [
34       "0.2.2"
35     ]
36   }