blob: a79d8a5236cae361288b732de9aceb90556f7d54 [file] [log] [blame]
{
"name": "TableService",
"version": "0.1.0",
"summary": "A service through which view models may be registered for table view cells.",
"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.",
"homepage": "https://github.com/AttilaTheFun/TableService",
"license": "MIT",
"authors": {
"Logan Shire": "logan.shire@gmail.com"
},
"source": {
"git": "https://github.com/AttilaTheFun/TableService.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "API",
"subspecs": [
{
"name": "Base",
"source_files": "Pod/API/Base/{TableService,TableViewCell,TableViewCellModel}.swift",
"frameworks": "UIKit"
},
{
"name": "ViewController",
"source_files": "Pod/API/ViewController/TableViewController.swift",
"frameworks": "UIKit"
}
]
},
{
"name": "Implementation",
"source_files": "Pod/Implementation/TableServiceImplementation.swift",
"dependencies": {
"SwiftToolKit": [
],
"ServiceRegistry": [
],
"TableService/API/Base": [
]
}
},
{
"name": "Plugins",
"subspecs": [
{
"name": "TextCell",
"source_files": "Pod/Plugins/TextTableViewCell/TextTableView{Cell,CellModel}.swift",
"frameworks": "UIKit",
"dependencies": {
"SwiftToolKit": [
],
"TableService/API/Base": [
]
}
},
{
"name": "ImageCell",
"source_files": "Pod/Plugins/ImageTableViewCell/ImageTableView{Cell,CellModel}.swift",
"frameworks": "UIKit",
"dependencies": {
"SwiftToolKit": [
],
"TableService/API/Base": [
]
}
},
{
"name": "ImageTextCell",
"source_files": "Pod/Plugins/ImageTextTableViewCell/ImageTextTableView{Cell,CellModel}.swift",
"frameworks": "UIKit",
"dependencies": {
"SwiftToolKit": [
],
"TableService/API/Base": [
]
}
},
{
"name": "ImageTextDetailCell",
"source_files": "Pod/Plugins/ImageTextDetailTableViewCell/ImageTextDetailTableView{Cell,CellModel}.swift",
"frameworks": "UIKit",
"dependencies": {
"SwiftToolKit": [
],
"TableService/API/Base": [
]
}
}
]
}
]
}