[Add] ACWebSocketClient 0.1.0
[CocoaPods.git] / Specs / 6 / 0 / 2 / ModelService / 0.2.0 / ModelService.podspec.json
blob44932f7dcdb3f762b0e2c273c4809cc647f1455f
2   "name": "ModelService",
3   "version": "0.2.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.2.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         "SwiftToolKit": [
25           "~>0.1.6"
26         ],
27         "ServiceRegistry/API": [
28           "~>0.1.2"
29         ]
30       }
31     },
32     {
33       "name": "Implementation",
34       "source_files": "Pod/Implementation/*.swift",
35       "dependencies": {
36         "SwiftToolKit": [
37           "~>0.1.6"
38         ],
39         "ModelService/API": [
41         ],
42         "ServiceRegistry/API": [
43           "~>0.1.2"
44         ]
45       }
46     },
47     {
48       "name": "App",
49       "dependencies": {
50         "ServiceRegistry": [
51           "~>0.1.2"
52         ]
53       }
54     }
55   ]