blob: 11dd2b78e7074e367c93f9800fbdaaed9e5e3be4 [file] [log] [blame]
{
"name": "APLViperStack",
"version": "0.1.2",
"summary": "Helpers for VIPER iOS application",
"homepage": "https://github.com/igrampe/APLViperStack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Semyon Belokovsky": "igrampe@gmail.com"
},
"social_media_url": "http://twitter.com/igrampe",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/igrampe/APLViperStack.git",
"tag": "0.1.2"
},
"source_files": "Code/**/*.{h,m}",
"header_mappings_dir": "Code",
"requires_arc": true,
"dependencies": {
"Typhoon": [
"~> 4.0"
]
}
}