[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 4 / 0 / f / ViperMcFlurry / 1.3.1 / ViperMcFlurry.podspec.json
blob15216c6f3e532c561464aa8be9b832e67dae3e0f
2   "name": "ViperMcFlurry",
3   "version": "1.3.1",
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.3.1"
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       "header_mappings_dir": "Code/IntermoduleDataTransfer",
31       "source_files": [
32         "Code/IntermoduleDataTransfer.h",
33         "Code/IntermoduleDataTransfer/**/*.{h,m}"
34       ],
35       "dependencies": {
36         "ViperMcFlurry/Core": [
38         ]
39       }
40     }
41   ]