blob: 6adb6e1a3582346e3dc84bbf975b82f4b3d5bd7d [file] [log] [blame]
{
"name": "TableService",
"version": "0.1.1",
"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.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "API",
"subspecs": [
{
"name": "Base",
"source_files": "Pod/API/Base/**/*.swift",
"frameworks": "UIKit"
},
{
"name": "DataSource",
"source_files": "Pod/API/DataSource/*.swift",
"dependencies": {
"SwiftToolKit": [
],
"ServiceRegistry": [
],
"TableService/API/Base": [
]
}
},
{
"name": "GroupedDataSource",
"source_files": "Pod/API/GroupedDataSource/*.swift",
"dependencies": {
"SwiftToolKit": [
],
"ServiceRegistry": [
],
"TableService/API/Base": [
],
"TableService/API/DataSource": [
]
}
},
{
"name": "ViewController",
"source_files": "Pod/API/ViewController/*.swift",
"frameworks": "UIKit",
"dependencies": {
"TableService/API/Base": [
],
"TableService/API/DataSource": [
],
"TableService/API/GroupedDataSource": [
]
}
}
]
},
{
"name": "Implementation",
"source_files": "Pod/Implementation/TableServiceImplementation.swift",
"dependencies": {
"SwiftToolKit": [
],
"ServiceRegistry": [
],
"TableService/API/Base": [
]
}
},
{
"name": "Plugins",
"subspecs": [
{
"name": "TextCell",
"source_files": "Pod/Plugins/TextTableViewCell/*.swift",
"frameworks": "UIKit",
"dependencies": {
"SwiftToolKit": [
],
"TableService/API/Base": [
]
}
},
{
"name": "ImageCell",
"source_files": "Pod/Plugins/ImageTableViewCell/*.swift",
"frameworks": "UIKit",
"dependencies": {
"SwiftToolKit": [
],
"TableService/API/Base": [
]
}
},
{
"name": "ImageTextCell",
"source_files": "Pod/Plugins/ImageTextTableViewCell/*.swift",
"frameworks": "UIKit",
"dependencies": {
"SwiftToolKit": [
],
"TableService/API/Base": [
]
}
},
{
"name": "ImageTextDetailCell",
"source_files": "Pod/Plugins/ImageTextDetailTableViewCell/*.swift",
"frameworks": "UIKit",
"dependencies": {
"SwiftToolKit": [
],
"TableService/API/Base": [
]
}
}
]
}
]
}