[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 0 / 2 / ModelService / 0.2.2 / ModelService.podspec.json
blob4de434c536ec4db776e6a69def76d26d456d567c
2   "name": "ModelService",
3   "version": "0.2.2",
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.2"
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.2.3"
26         ],
27         "ServiceRegistry/API": [
28           "~>0.1.3"
29         ]
30       }
31     },
32     {
33       "name": "Implementation",
34       "source_files": "Pod/Implementation/*.swift",
35       "dependencies": {
36         "ModelService/API": [
38         ]
39       }
40     },
41     {
42       "name": "App",
43       "dependencies": {
44         "ServiceRegistry": [
45           "~>0.1.3"
46         ]
47       }
48     }
49   ]