blob: e7af481c8e2734bd675940b49eb6750399fe773b [file] [log] [blame]
{
"name": "RITableDataSource",
"version": "0.1",
"summary": "UITableView data source based on NSFetchedResultsController.",
"homepage": "https://github.com/aligadzhiev/RITableDataSource",
"authors": {
"Ali Gadzhiev": ""
},
"license": "MIT",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/aligadzhiev/RITableDataSource.git",
"tag": "0.1"
},
"source_files": "RITableDataSource/*.{h,m}",
"frameworks": "CoreData",
"requires_arc": true
}