blob: 89ef15f8ae30600e2be09e0d87066a52313c36c1 [file] [log] [blame]
{
"name": "SyncKit",
"version": "0.2.3",
"summary": "CloudKit synchronization for your Core Data model.",
"description": "SyncKit automates the process of synchronizing your Core Data models using CloudKit. It can easily be plugged into (and removed from) your existing stack.",
"homepage": "https://github.com/mentrena/SyncKit",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manuel": "manuel@mentrena.com"
},
"source": {
"git": "https://github.com/mentrena/SyncKit.git",
"tag": "0.2.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.11"
},
"public_header_files": "SyncKit/Classes/**/*.h",
"prefix_header_file": "SyncKit/Classes/SyncKitPrefixHeader.pch",
"source_files": "SyncKit/Classes/**/*.{h,m}",
"resources": "SyncKit/Classes/CoreData/*.xcdatamodeld",
"frameworks": [
"CoreData",
"CloudKit"
]
}