[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 0 / 8 / c / TableService / 0.1.1 / TableService.podspec.json
blob6adb6e1a3582346e3dc84bbf975b82f4b3d5bd7d
2   "name": "TableService",
3   "version": "0.1.1",
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.1.1"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "subspecs": [
20     {
21       "name": "API",
22       "subspecs": [
23         {
24           "name": "Base",
25           "source_files": "Pod/API/Base/**/*.swift",
26           "frameworks": "UIKit"
27         },
28         {
29           "name": "DataSource",
30           "source_files": "Pod/API/DataSource/*.swift",
31           "dependencies": {
32             "SwiftToolKit": [
34             ],
35             "ServiceRegistry": [
37             ],
38             "TableService/API/Base": [
40             ]
41           }
42         },
43         {
44           "name": "GroupedDataSource",
45           "source_files": "Pod/API/GroupedDataSource/*.swift",
46           "dependencies": {
47             "SwiftToolKit": [
49             ],
50             "ServiceRegistry": [
52             ],
53             "TableService/API/Base": [
55             ],
56             "TableService/API/DataSource": [
58             ]
59           }
60         },
61         {
62           "name": "ViewController",
63           "source_files": "Pod/API/ViewController/*.swift",
64           "frameworks": "UIKit",
65           "dependencies": {
66             "TableService/API/Base": [
68             ],
69             "TableService/API/DataSource": [
71             ],
72             "TableService/API/GroupedDataSource": [
74             ]
75           }
76         }
77       ]
78     },
79     {
80       "name": "Implementation",
81       "source_files": "Pod/Implementation/TableServiceImplementation.swift",
82       "dependencies": {
83         "SwiftToolKit": [
85         ],
86         "ServiceRegistry": [
88         ],
89         "TableService/API/Base": [
91         ]
92       }
93     },
94     {
95       "name": "Plugins",
96       "subspecs": [
97         {
98           "name": "TextCell",
99           "source_files": "Pod/Plugins/TextTableViewCell/*.swift",
100           "frameworks": "UIKit",
101           "dependencies": {
102             "SwiftToolKit": [
104             ],
105             "TableService/API/Base": [
107             ]
108           }
109         },
110         {
111           "name": "ImageCell",
112           "source_files": "Pod/Plugins/ImageTableViewCell/*.swift",
113           "frameworks": "UIKit",
114           "dependencies": {
115             "SwiftToolKit": [
117             ],
118             "TableService/API/Base": [
120             ]
121           }
122         },
123         {
124           "name": "ImageTextCell",
125           "source_files": "Pod/Plugins/ImageTextTableViewCell/*.swift",
126           "frameworks": "UIKit",
127           "dependencies": {
128             "SwiftToolKit": [
130             ],
131             "TableService/API/Base": [
133             ]
134           }
135         },
136         {
137           "name": "ImageTextDetailCell",
138           "source_files": "Pod/Plugins/ImageTextDetailTableViewCell/*.swift",
139           "frameworks": "UIKit",
140           "dependencies": {
141             "SwiftToolKit": [
143             ],
144             "TableService/API/Base": [
146             ]
147           }
148         }
149       ]
150     }
151   ]