blob: a9d3724490b3be1bd7963b8d6dff1bf446b17143 [file] [log] [blame]
{
"name": "SyncCK",
"version": "0.0.1",
"summary": "Automatically sync CoreData Store with CloudKit",
"description": "Automatically sync your CoreData Store with CloudKit including all Relationships with offline support.",
"homepage": "https://github.com/screenworker/SyncCK",
"license": "MIT",
"authors": {
"Peter Kreinz": "peter@screenworker.de"
},
"source": {
"git": "https://github.com/screenworker/SyncCK.git",
"tag": "0.0.1"
},
"platforms": {
"ios": "12.0"
},
"source_files": "Source/**/*.swift",
"requires_arc": true,
"swift_version": "4.2",
"frameworks": [
"Foundation",
"CoreData",
"CloudKit"
]
}