[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / 1 / e / 3 / NestedCloudKitCodable / 1.0.0 / NestedCloudKitCodable.podspec.json
blobcfcafca14c743e53936cd31ca82c483fea96948a
2   "name": "NestedCloudKitCodable",
3   "version": "1.0.0",
4   "summary": "Nested encoder and decoder for CKRecords.",
5   "description": "NestedCloudKitCodable is a library to help you encode your custom objects to CloudKit CKRecord format\nand decode they back to their original type.",
6   "homepage": "https://github.com/ggirotto/NestedCloudkitCodable",
7   "license": "BS2D-2-Clause",
8   "authors": {
9     "Guilherme Girotto": "guiga741@gmail.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "swift_version": "4.2",
15   "source": {
16     "git": "https://github.com/ggirotto/NestedCloudkitCodable.git",
17     "tag": "1.0.0"
18   },
19   "source_files": "NestedCloudKitCodable/Sources/**/*.swift",
20   "ios": {
21     "frameworks": [
22       "CloudKit",
23       "Foundation"
24     ]
25   }