[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 6 / 8 / 7 / HardCoreData / 0.1.1 / HardCoreData.podspec.json
blobf77d3202659f090e9626a30b9dbec1f2458e453d
2   "name": "HardCoreData",
3   "version": "0.1.1",
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.1"
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"