[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / e / c / 8 / CoreDataServices / 3.2.1 / CoreDataServices.podspec.json
blobfd9b730217a576292d5abb7c00aa53cea2384f20
2   "name": "CoreDataServices",
3   "version": "3.2.1",
4   "summary": "CoreDataServices contains a set of helper classes/extensions 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": "9.0"
13   },
14   "source": {
15     "git": "https://github.com/wibosco/CoreDataServices.git",
16     "branch": "master",
17     "tag": "3.2.1"
18   },
19   "source_files": "CoreDataServices/**/*.swift",
20   "requires_arc": true,
21   "dependencies": {
22     "ConvenientFileManager": [
23       "~> 3.0"
24     ]
25   },
26   "frameworks": "CoreData",
27   "pushed_with_swift_version": "3.0"