blob: b32aaad95548660666f2302ba0c461770cfb97aa [file] [log] [blame]
{
"name": "RTSMTableSectionManager",
"version": "0.1.8",
"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.8"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "RTSMTableSectionManager/Classes/**/*",
"dependencies": {
"ResplendentUtilities": [
"~> 0.5.0"
]
}
}