blob: 190980f01aecf6d8f679856a684b5fb1652cc93b [file] [log] [blame]
{
"name": "RTSMTableSectionManager",
"version": "0.1.1",
"summary": "A tool to help manage a relationship between enum types and UITableView sections.",
"homepage": "https://github.com/Resplendent/RTSMTableSectionManager",
"license": "MIT",
"authors": {
"Benjamin Maer": "ben@resplendent.co"
},
"source": {
"git": "https://github.com/Resplendent/RTSMTableSectionManager.git",
"tag": "v0.1.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RTSMTableSectionManager": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"ResplendentUtilities": [
"~> 0.4"
]
}
}