blob: fb28dbd4a247d4592e47499fef0f1cc619352c0a [file] [log] [blame]
{
"name": "ALDataSource",
"version": "0.2.4",
"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.2.4"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"Foundation",
"CoreData",
"UIKit"
],
"dependencies": {
"ALManagedObjectFactory": [
"~> 0.2.0"
]
}
}