blob: 85d6b1889d3737013a4af4b194a1724d54179a00 [file] [log] [blame]
{
"name": "ALCoreDataManager",
"version": "0.1.2",
"summary": "Fast and easy way to get NSManagedObjectContext",
"description": " Singleton class for getting NSManagedObjectContext in single Model apps fast and easy.\n\n * Just set the ModelName in your AppDelegate\n * Done!\n",
"homepage": "https://github.com/appleios/ALCoreDataManager",
"license": "MIT",
"authors": {
"Aziz U. Latypov": "vm06lau@mail.ru"
},
"source": {
"git": "https://github.com/appleios/ALCoreDataManager.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"CoreData",
"Foundation"
]
}