blob: b90af208042a5143163fd20f35532e523bfe3158 [file] [log] [blame]
{
"name": "RTSMTableSectionManager",
"version": "0.1.5",
"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.5"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"RTSMTableSectionManager": [
"Pod/Assets/*.png"
]
},
"dependencies": {
"ResplendentUtilities": [
"~> 0.4.9"
]
}
}