[Add] AgoraIrisRTC_macOS 6.6.4-dev.1
[CocoaPods.git] / Specs / 3 / f / d / TKCoreDataController / 0.0.4 / TKCoreDataController.podspec.json
blob7f2c028b4fbae5ce30404364db79e8416b8cd75a
2   "name": "TKCoreDataController",
3   "version": "0.0.4",
4   "summary": "Controller to simpify settin up a Core Data stack. E.g. asynchronous adding of persistent stores.",
5   "homepage": "https://github.com/toto/TKCoreDataController",
6   "license": "MIT",
7   "authors": {
8     "Thomas Kollbach": "toto@nxtbgthng.com"
9   },
10   "source": {
11     "git": "https://github.com/toto/TKCoreDataController.git",
12     "tag": "0.0.4"
13   },
14   "source_files": "TKCoreDataController/*.{h,m}",
15   "frameworks": "CoreData",
16   "requires_arc": true,
17   "platforms": {
18     "ios": "6.0",
19     "osx": "10.8"
20   }