blob: 73f1fdb51669cc14d3c6c95cac193b9fa14a2c53 [file] [log] [blame]
{
"name": "ViperMcFlurry",
"version": "1.1.6",
"summary": "Modern framework for implementing VIPER architecture in iOS application.",
"homepage": "https://github.com/rambler-ios/ViperMcFlurry",
"license": "MIT",
"authors": {
"Andrey Zarembo-Godzyatsky": "a.zarembo-godzyatsky@rambler-co.ru",
"Valery Popov": "v.popov@rambler-co.ru"
},
"source": {
"git": "https://github.com/rambler-ios/ViperMcFlurry.git",
"tag": "1.1.6"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"header_mappings_dir": "Code",
"subspecs": [
{
"name": "Core",
"source_files": [
"Code/ViperMcFlurry.h",
"Code/Core"
]
},
{
"name": "IntermoduleDataTransfer",
"source_files": [
"Code/IntermoduleDataTransfer.h",
"Code/IntermoduleDataTransfer/**/*.{h,m}"
],
"dependencies": {
"ViperMcFlurry/Core": [
]
}
}
]
}