[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 7 / c / 6 / ALCoreDataManager / 0.2.2 / ALCoreDataManager.podspec.json
blobc30ca7e0e56481bbd121db239e0ad3024a69fbf7
2   "name": "ALCoreDataManager",
3   "version": "0.2.2",
4   "summary": "Readable Core Data Querying: ordering, aggregations, counting, etc. Async data saving made easy.",
5   "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",
6   "homepage": "https://github.com/appleios/ALCoreDataManager",
7   "license": "MIT",
8   "authors": {
9     "Aziz U. Latypov": "vm06lau@mail.ru"
10   },
11   "source": {
12     "git": "https://github.com/appleios/ALCoreDataManager.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "frameworks": [
21     "CoreData",
22     "Foundation"
23   ]