blob: 029037d6623956ac8e7635b50dee2d93bb789992 [file] [log] [blame]
{
"name": "ALDataSource",
"version": "0.1.0",
"summary": "DataSource for UITableView and UICollectionView build on top of NSFetchedResulsController",
"description": " Separate classes for UITableView and UICollectionView dataSource build on top of NSFetchedResultsController.\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.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"Foundation",
"CoreData",
"UIKit"
],
"dependencies": {
"ALManagedObjectFactory": [
"~> 0.1"
]
}
}