[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / c / 6 / ALCoreDataManager / 0.2.0 / ALCoreDataManager.podspec.json
bloba52c298d6a48b1ed07a3d287940c346c1bac850d
2   "name": "ALCoreDataManager",
3   "version": "0.2.0",
4   "summary": "Fast and easy way to get NSManagedObjectContext",
5   "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",
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.0"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "frameworks": [
21     "CoreData",
22     "Foundation"
23   ]