[Add] CXHAdSDK-TopOn 1.6.6.1
[CocoaPods.git] / Specs / 6 / 0 / 2 / ModelService / 0.1.4 / ModelService.podspec.json
blob9cd095abb98178264e68b5863eede86cee454e2d
2   "name": "ModelService",
3   "version": "0.1.4",
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.4"
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.2"
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.2"
38         ],
39         "ServiceRegistry/API": [
40           "~>0.1.2"
41         ],
42         "ModelService/API": [
44         ]
45       }
46     },
47     {
48       "name": "App",
49       "dependencies": {
50         "ServiceRegistry": [
52         ]
53       }
54     }
55   ]