[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 6 / 0 / 2 / ModelService / 0.1.0 / ModelService.podspec.json
blob7181c4f65d045f33a6a105c452ad1cd151d2faa4
2   "name": "ModelService",
3   "version": "0.1.0",
4   "summary": "An abstraction used by data sources for TableViews and CollectionViews.",
5   "description": "The ModelService is abstraction used by data sources for TableViews and CollectionViews.\nClients could create their own implementations of the model service and use them with\ncollection views or table views respectively.",
6   "homepage": "https://github.com/AttilaTheFun/ModelService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/ModelService.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "API",
22       "source_files": "Pod/API/**/*.swift",
23       "dependencies": {
24         "ServiceRegistry/API": [
25           "~>0.1.2"
26         ]
27       }
28     },
29     {
30       "name": "Implementation",
31       "source_files": "Pod/Implementation/*.swift",
32       "dependencies": {
33         "SwiftToolKit": [
34           "~>0.1.2"
35         ],
36         "ServiceRegistry/API": [
37           "~>0.1.2"
38         ],
39         "ModelService/API": [
40           "~>0.1.2"
41         ]
42       }
43     },
44     {
45       "name": "App",
46       "dependencies": {
47         "ServiceRegistry": [
49         ]
50       }
51     }
52   ]