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