[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / f / c / e / KORData / 0.1.2 / KORData.podspec.json
blob034802ecf1ef14682c0e301750ef72a9e436581d
2   "name": "KORData",
3   "version": "0.1.2",
4   "license": {
5     "type": "MIT",
6     "file": "LICENSE"
7   },
8   "homepage": "https://github.com/olistaats/KORData",
9   "authors": {
10     "olistaats": "olambo@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/olistaats/KORData.git",
14     "tag": "0.1.2"
15   },
16   "requires_arc": true,
17   "summary": "Simplified Core Data and NSFetchedResultsController",
18   "description": "Simplified Core Data setup and NSFetchedResultsController use. Reduce controller code to a couple of lines, with or without subclassing",
19   "platforms": {
20     "ios": "7.0"
21   },
22   "public_header_files": "KORData/*.h",
23   "frameworks": "CoreData",
24   "source_files": "KORData/*.{m,h}"