[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 6 / 1 / MFTCloudKitSyncManager / 0.1.0 / MFTCloudKitSyncManager.podspec.json
blob593d3e1a6efc41efb7de08cc1265c000abf32993
2   "name": "MFTCloudKitSyncManager",
3   "version": "0.1.0",
4   "summary": "A simple to use core data manager with built in syncing to via CloudKit.",
5   "description": "This project offers a simple interface to create your core data stack, with the optional ability to sync changes to a private zone in a users iCloud account, via CloudKit. The sync procedure implemented follows the proposed procedure decribed in the CloudKit sessions from WWDC 2015.",
6   "homepage": "https://github.com/cgossain/MFTCloudKitSyncManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Christian Gossain": "Christian Gossain"
13   },
14   "source": {
15     "git": "https://github.com/cgossain/MFTCloudKitSyncManager.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.3"
20   },
21   "source_files": "MFTCloudKitSyncManager/Classes/**/*",
22   "frameworks": [
23     "Foundation",
24     "CoreData",
25     "CloudKit"
26   ]