[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 8 / 7 / HardCoreData / 0.1.2 / HardCoreData.podspec.json
blob5257bd243e2e518c9688648155391f2c6d19821d
2   "name": "HardCoreData",
3   "version": "0.1.2",
4   "summary": "CoreData stack and controller that will never block UI thread",
5   "description": "                       HardCoreData is a yet another core data stack based on Marcus Zarra's multithreading approach. This smart approach uncouples the writing into its own private queue and keeps the UI smooth as button.\n",
6   "homepage": "https://github.com/Krivoblotsky/HardCoreData",
7   "license": "MIT",
8   "authors": {
9     "Serg Krivoblotsky": "krivoblotsky@me.com"
10   },
11   "source": {
12     "git": "https://github.com/Krivoblotsky/HardCoreData.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/Krivoblotsky",
16   "platforms": {
17     "ios": "7.0",
18     "osx": "10.8"
19   },
20   "requires_arc": true,
21   "source_files": "Pod/Classes/**/*",
22   "public_header_files": "Pod/Classes/**/*.h",
23   "frameworks": "CoreData"