blob: 593d3e1a6efc41efb7de08cc1265c000abf32993 [file] [log] [blame]
{
"name": "MFTCloudKitSyncManager",
"version": "0.1.0",
"summary": "A simple to use core data manager with built in syncing to via CloudKit.",
"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.",
"homepage": "https://github.com/cgossain/MFTCloudKitSyncManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Christian Gossain": "Christian Gossain"
},
"source": {
"git": "https://github.com/cgossain/MFTCloudKitSyncManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.3"
},
"source_files": "MFTCloudKitSyncManager/Classes/**/*",
"frameworks": [
"Foundation",
"CoreData",
"CloudKit"
]
}