[Add] LastFM.swift 1.5.0
[CocoaPods.git] / Specs / 0 / 8 / c / TableService / 0.1.0 / TableService.podspec.json
bloba79d8a5236cae361288b732de9aceb90556f7d54
2   "name": "TableService",
3   "version": "0.1.0",
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.0"
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/{TableService,TableViewCell,TableViewCellModel}.swift",
26           "frameworks": "UIKit"
27         },
28         {
29           "name": "ViewController",
30           "source_files": "Pod/API/ViewController/TableViewController.swift",
31           "frameworks": "UIKit"
32         }
33       ]
34     },
35     {
36       "name": "Implementation",
37       "source_files": "Pod/Implementation/TableServiceImplementation.swift",
38       "dependencies": {
39         "SwiftToolKit": [
41         ],
42         "ServiceRegistry": [
44         ],
45         "TableService/API/Base": [
47         ]
48       }
49     },
50     {
51       "name": "Plugins",
52       "subspecs": [
53         {
54           "name": "TextCell",
55           "source_files": "Pod/Plugins/TextTableViewCell/TextTableView{Cell,CellModel}.swift",
56           "frameworks": "UIKit",
57           "dependencies": {
58             "SwiftToolKit": [
60             ],
61             "TableService/API/Base": [
63             ]
64           }
65         },
66         {
67           "name": "ImageCell",
68           "source_files": "Pod/Plugins/ImageTableViewCell/ImageTableView{Cell,CellModel}.swift",
69           "frameworks": "UIKit",
70           "dependencies": {
71             "SwiftToolKit": [
73             ],
74             "TableService/API/Base": [
76             ]
77           }
78         },
79         {
80           "name": "ImageTextCell",
81           "source_files": "Pod/Plugins/ImageTextTableViewCell/ImageTextTableView{Cell,CellModel}.swift",
82           "frameworks": "UIKit",
83           "dependencies": {
84             "SwiftToolKit": [
86             ],
87             "TableService/API/Base": [
89             ]
90           }
91         },
92         {
93           "name": "ImageTextDetailCell",
94           "source_files": "Pod/Plugins/ImageTextDetailTableViewCell/ImageTextDetailTableView{Cell,CellModel}.swift",
95           "frameworks": "UIKit",
96           "dependencies": {
97             "SwiftToolKit": [
99             ],
100             "TableService/API/Base": [
102             ]
103           }
104         }
105       ]
106     }
107   ]