[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 8 / 7 / HardCoreData / 0.1.0 / HardCoreData.podspec.json
blob99c6ed1a33086abcacbf98e4da014da1504001a0
2   "name": "HardCoreData",
3   "version": "0.1.0",
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.0"
14   },
15   "social_media_url": "https://twitter.com/Krivoblotsky",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "frameworks": "CoreData"