[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / 8 / CoreDataServices / 1.1.1 / CoreDataServices.podspec.json
bloba616d99375afa996f9111c320760bb90f6ea4c1b
2   "name": "CoreDataServices",
3   "version": "1.1.1",
4   "summary": "CoreDataServices contains a set of helper classes/categories to abstract out a lot of the boilerplate that you get with Core Data.",
5   "homepage": "http://www.williamboles.me",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": "William Boles",
11   "platforms": {
12     "ios": "8.0"
13   },
14   "source": {
15     "git": "https://github.com/wibosco/CoreDataServices.git",
16     "branch": "master",
17     "tag": "1.1.1"
18   },
19   "source_files": "CoreDataServices/**/*.{h,m}",
20   "public_header_files": "CoreDataServices/**/*.{h}",
21   "requires_arc": true,
22   "frameworks": [
23     "UIKit",
24     "CoreData"
25   ]