blob: d0440257b22efafbfdd339cccf37a81694ef46ae [file] [log] [blame]
{
"name": "NestedCloudKitCodable",
"version": "1.0.4",
"summary": "Nested encoder and decoder for CKRecords.",
"description": "NestedCloudKitCodable is a library to help you encode your custom objects to CloudKit CKRecord format\nand decode they back to their original type.",
"homepage": "https://github.com/olmps/NestedCloudKitCodable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ggirotto": "guiga741@gmail.com"
},
"source": {
"git": "https://github.com/olmps/NestedCloudKitCodable.git",
"tag": "1.0.4"
},
"frameworks": "CloudKit",
"source_files": "Source/Classes/**/*.swift",
"swift_versions": "5.0",
"platforms": {
"ios": "10.0",
"watchos": "3.0",
"tvos": "11.0",
"osx": "10.13"
},
"swift_version": "5.0"
}