[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 8 / c / TableService / 0.3.2 / TableService.podspec.json
blob97114bb5b506cba01b7837c951923b744f111dcc
2   "name": "TableService",
3   "version": "0.3.2",
4   "summary": "A service through which view models may be registered for table view cells.",
5   "description": "The TableService allows users to register models for table view cells.\nWith Swift 2 and Xcode 7 it will be updated to include a new, unified TableViewDataSource protocol\nwhich conforms to both UITableViewDelegate and UITableViewDataSource and performs much of the\nredundant work for you.",
6   "homepage": "https://github.com/AttilaTheFun/TableService",
7   "license": "MIT",
8   "authors": {
9     "Logan Shire": "logan.shire@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/AttilaTheFun/TableService.git",
13     "tag": "0.3.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "API",
22       "dependencies": {
23         "SwiftToolKit": [
24           "~>0.2.4"
25         ],
26         "ServiceRegistry/API": [
27           "~>0.3.0"
28         ]
29       },
30       "subspecs": [
31         {
32           "name": "Plain",
33           "source_files": "Pod/API/Plain/*.swift"
34         },
35         {
36           "name": "ModelService",
37           "dependencies": {
38             "ModelService/API": [
39               "0.3.1"
40             ],
41             "TableService/API/Plain": [
43             ]
44           },
45           "source_files": "Pod/API/ModelService/*.swift"
46         }
47       ]
48     },
49     {
50       "name": "Implementation",
51       "subspecs": [
52         {
53           "name": "Plain",
54           "dependencies": {
55             "TableService/API/Plain": [
57             ]
58           },
59           "source_files": "Pod/Implementation/Plain/*.swift"
60         },
61         {
62           "name": "ModelService",
63           "dependencies": {
64             "TableService/API/ModelService": [
66             ]
67           },
68           "source_files": "Pod/Implementation/ModelService/*.swift"
69         }
70       ]
71     },
72     {
73       "name": "Plugins",
74       "dependencies": {
75         "TableService/API": [
77         ]
78       },
79       "subspecs": [
80         {
81           "name": "TextCell",
82           "source_files": "Pod/Plugins/TextCell/*.swift"
83         },
84         {
85           "name": "ImageCell",
86           "source_files": "Pod/Plugins/ImageCell/*.swift"
87         },
88         {
89           "name": "ImageTextCell",
90           "source_files": "Pod/Plugins/ImageTextCell/*.swift"
91         },
92         {
93           "name": "ImageTextDetailCell",
94           "source_files": "Pod/Plugins/ImageTextDetailCell/*.swift"
95         }
96       ]
97     },
98     {
99       "name": "Test",
100       "dependencies": {
101         "ServiceRegistry": [
102           "~>0.3.0"
103         ],
104         "ModelService": [
105           "~>0.3.1"
106         ]
107       }
108     }
109   ]