[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 4 / 3 / 5 / SyncCK / 0.0.1 / SyncCK.podspec.json
bloba9d3724490b3be1bd7963b8d6dff1bf446b17143
2   "name": "SyncCK",
3   "version": "0.0.1",
4   "summary": "Automatically sync CoreData Store with CloudKit",
5   "description": "Automatically sync your CoreData Store with CloudKit including all Relationships with offline support.",
6   "homepage": "https://github.com/screenworker/SyncCK",
7   "license": "MIT",
8   "authors": {
9     "Peter Kreinz": "peter@screenworker.de"
10   },
11   "source": {
12     "git": "https://github.com/screenworker/SyncCK.git",
13     "tag": "0.0.1"
14   },
15   "platforms": {
16     "ios": "12.0"
17   },
18   "source_files": "Source/**/*.swift",
19   "requires_arc": true,
20   "swift_version": "4.2",
21   "frameworks": [
22     "Foundation",
23     "CoreData",
24     "CloudKit"
25   ]