blob: ecaf71bdfbaa53d4570f1342087698af5ced6336 [file] [log] [blame]
{
"name": "TableService",
"version": "0.2.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.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"subspecs": [
{
"name": "API",
"dependencies": {
"SwiftToolKit": [
"~>0.2.3"
],
"ServiceRegistry/API": [
"~>0.1.3"
]
},
"source_files": "Pod/API/**/*.swift"
},
{
"name": "Implementation",
"source_files": "Pod/Implementation/*.swift",
"dependencies": {
"TableService/API": [
]
}
},
{
"name": "Plugins",
"subspecs": [
{
"name": "TextCell",
"source_files": "Pod/Plugins/TextTableViewCell/*.swift",
"dependencies": {
"TableService/API": [
]
}
},
{
"name": "ImageCell",
"source_files": "Pod/Plugins/ImageTableViewCell/*.swift",
"dependencies": {
"TableService/API": [
]
}
},
{
"name": "ImageTextCell",
"source_files": "Pod/Plugins/ImageTextTableViewCell/*.swift",
"dependencies": {
"TableService/API": [
]
}
},
{
"name": "ImageTextDetailCell",
"source_files": "Pod/Plugins/ImageTextDetailTableViewCell/*.swift",
"dependencies": {
"TableService/API": [
]
}
}
]
},
{
"name": "Extensions",
"subspecs": [
{
"name": "ModelService",
"dependencies": {
"ModelService/API": [
"~>0.2.2"
]
},
"subspecs": [
{
"name": "Basic",
"dependencies": {
"TableService/API": [
]
},
"source_files": "Pod/Extensions/ModelService/Basic/*.swift"
},
{
"name": "Grouped",
"dependencies": {
"TableService/API": [
]
},
"source_files": "Pod/Extensions/ModelService/Grouped/*.swift"
}
]
}
]
},
{
"name": "Test",
"dependencies": {
"ServiceRegistry": [
"~>0.1.3"
],
"ModelService": [
"~>0.2.0"
]
}
}
]
}