blob: 064be5ba77fddd40aa377caac81ebfcd1f4bdd04 [file] [log] [blame]
{
"name": "Prototyper",
"version": "0.1.1",
"summary": "Framework to mix prototypes and real apps.",
"description": "The Prototyper framework allows you to create a mix between app prototypes and real apps.",
"homepage": "https://github.com/grafele/Prototyper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Stefan Kofler": "grafele@gmail.com"
},
"source": {
"git": "https://github.com/grafele/Prototyper.git",
"tag": "0.1.1"
},
"social_media_url": "https://twitter.com/kofse",
"platforms": {
"ios": "8.0"
},
"source_files": "Prototyper/Classes/**/*",
"dependencies": {
"AFNetworking": [
"~> 2.3"
],
"NSHash": [
"~> 1.0.2"
],
"SSZipArchive": [
"~> 1.2"
],
"GCDWebServer": [
"~> 3.0"
]
}
}