blob: a94efdd253e3b573c33ab7ee42890cb4dacbff7e [file] [log] [blame]
{
"name": "ALDataSource",
"version": "0.3.1",
"summary": "DataSource for UITableView and UICollectionView build on top of NSFetchedResulsController",
"description": " Separate classes for UITableView and UICollectionView dataSource build on top of NSFetchedResultsController or NSMutableArray.\n",
"homepage": "https://github.com/appleios/ALDataSource",
"license": "MIT",
"authors": {
"Aziz U. Latypov": "vm06lau@mail.ru"
},
"source": {
"git": "https://github.com/appleios/ALDataSource.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"Foundation",
"CoreData",
"UIKit"
]
}