blob: a52c298d6a48b1ed07a3d287940c346c1bac850d [file] [log] [blame]
{
"name": "ALCoreDataManager",
"version": "0.2.0",
"summary": "Fast and easy way to get NSManagedObjectContext",
"description": " Singleton class for getting NSManagedObjectContext in single Model apps fast and easy.\n * Access the default context with [ALCoreDataManager defaultContext].\n * Query your model with [[[Item all] where:predicate] execute].\n * Order, aggregate and group.\n * Concurrency with core data (thread safety guarantied).\n * Create objects simply with [Item create] or [Item createWithDictionary:@{@\"title\" : @\"ABC\"}].\n * ActiveRecord style queries ([Item findAll]) - Comming Soon!\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.2.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"CoreData",
"Foundation"
]
}