blob: 1b2a5f61855a501203f103de31317f8d1af9cf79 [file] [log] [blame]
{
"name": "ios-dpp",
"version": "0.0.1",
"summary": "Dash Platform Protocol",
"description": "The iOS implementation of the Dash Platform Protocol",
"homepage": "https://github.com/dashevo/ios-dpp",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Andrew Podkovyrin": "podkovyrin@gmail.com"
},
"source": {
"git": "https://github.com/dashevo/ios-dpp.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/podkovyr",
"platforms": {
"ios": "10.0"
},
"source_files": "ios-dpp/Classes/**/*",
"resource_bundles": {
"ios-dpp": [
"ios-dpp/Assets/*.json"
]
},
"module_name": "DPP",
"dependencies": {
"DSJSONSchemaValidation": [
"2.0.5"
],
"TinyCborObjc": [
"0.2.2"
]
}
}