blob: 9e7f22b68db60024fd1f1075ca63d2070ee235ad [file] [log] [blame]
{
"name": "ROCloudModel",
"version": "1.1.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/prine/ROCloudModel",
"authors": {
"Robin Oster": "prine.dev@gmail.com"
},
"summary": "Provides an abstract layer above the CloudKit and simplifies the mapping between CKRecord and Swift Data classes.",
"source": {
"git": "https://github.com/prine/ROCloudModel.git",
"tag": "1.1.1"
},
"source_files": "Source/**/*",
"frameworks": "SystemConfiguration",
"platforms": {
"ios": "8.4"
},
"dependencies": {
"ROConcurrency": [
"~> 2.1"
]
}
}