blob: c30ca7e0e56481bbd121db239e0ad3024a69fbf7 [file] [log] [blame]
{
"name": "ALCoreDataManager",
"version": "0.2.2",
"summary": "Readable Core Data Querying: ordering, aggregations, counting, etc. Async data saving made easy.",
"description": "ALCoreData provides a simple yet powerfull syntax for getting fetches similar to query builders in popular web frameworks. \nIt lets you create readble fetches to Core Data with one line of code. \nAny sort of ordering, aggregations, grouping and counting is supported.\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.2"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"frameworks": [
"CoreData",
"Foundation"
]
}