blob: 032b82dde86569132708f722f0dfcaeb8f88bc60 [file] [log] [blame]
{
"name": "RHTableViewProvider",
"version": "0.0.1",
"summary": "An Objective-C library to make UITableView setup simpler, specifically for custom designs.",
"homepage": "https://github.com/robinhayward/RHTableViewProvider.git",
"license": "MIT",
"authors": {
"Robin Hayward": "hello@robhayward.co.uk"
},
"source": {
"git": "https://github.com/robinhayward/RHTableViewProvider.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "5.0"
},
"source_files": "RHTableViewProvider/RHTableViewProvider/**/*.{h,m}",
"requires_arc": true
}