blob: cfcafca14c743e53936cd31ca82c483fea96948a [file] [log] [blame]
{
"name": "NestedCloudKitCodable",
"version": "1.0.0",
"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/ggirotto/NestedCloudkitCodable",
"license": "BS2D-2-Clause",
"authors": {
"Guilherme Girotto": "guiga741@gmail.com"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "4.2",
"source": {
"git": "https://github.com/ggirotto/NestedCloudkitCodable.git",
"tag": "1.0.0"
},
"source_files": "NestedCloudKitCodable/Sources/**/*.swift",
"ios": {
"frameworks": [
"CloudKit",
"Foundation"
]
}
}