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