[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / 3 / f / d / TKCoreDataController / 0.0.7 / TKCoreDataController.podspec.json
blobc79971434bac331aca81059a0de0aa94bc002f5d
2   "name": "TKCoreDataController",
3   "version": "0.0.7",
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.7"
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     "watchos": "2.0"
21   }