blob: 545eb09489561e0fcaedc90d13986da053f9ed01 [file] [log] [blame]
{
"name": "ROArrayDataSource",
"version": "0.1.0",
"summary": "Implementation of a generic UITableViewDataSource that can be used to reduce the amount of code in UIViewControllers",
"description": "Implementation of a generic UITableViewDataSource that can be used to reduce the amount of code in UIViewControllers.",
"homepage": "https://github.com/raphaeloliveira/ArrayDataSource",
"license": "MIT",
"authors": {
"Raphael Oliveira": "raphaelfpoliveira@gmail.com"
},
"platforms": {
"ios": null
},
"source": {
"git": "https://github.com/raphaeloliveira/ArrayDataSource.git",
"tag": "0.1.0"
},
"source_files": "ROArrayDataSource/*.{h,m}",
"requires_arc": true
}