[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 4 / 0 / f / ViperMcFlurry / 1.1.6 / ViperMcFlurry.podspec.json
blob73f1fdb51669cc14d3c6c95cac193b9fa14a2c53
2   "name": "ViperMcFlurry",
3   "version": "1.1.6",
4   "summary": "Modern framework for implementing VIPER architecture in iOS application.",
5   "homepage": "https://github.com/rambler-ios/ViperMcFlurry",
6   "license": "MIT",
7   "authors": {
8     "Andrey Zarembo-Godzyatsky": "a.zarembo-godzyatsky@rambler-co.ru",
9     "Valery Popov": "v.popov@rambler-co.ru"
10   },
11   "source": {
12     "git": "https://github.com/rambler-ios/ViperMcFlurry.git",
13     "tag": "1.1.6"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "header_mappings_dir": "Code",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": [
24         "Code/ViperMcFlurry.h",
25         "Code/Core"
26       ]
27     },
28     {
29       "name": "IntermoduleDataTransfer",
30       "source_files": [
31         "Code/IntermoduleDataTransfer.h",
32         "Code/IntermoduleDataTransfer/**/*.{h,m}"
33       ],
34       "dependencies": {
35         "ViperMcFlurry/Core": [
37         ]
38       }
39     }
40   ]