| { |
| "name": "CloudKitManager", |
| "version": "0.1.0", |
| "summary": "CRUD operations for the Apple CloudKit integration.", |
| "description": "CRUD operations for the Apple CloudKit integration. Can be used in a reactive way, all you need to do is add ReactiveSwift and Result libraries.", |
| "homepage": "https://github.com/vinaykharb/CloudKitManager", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Vinay Kharb": "vinay.student.ece10@itbhu.ac.in" |
| }, |
| "source": { |
| "git": "https://github.com/vinaykharb/CloudKitManager.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "12.2" |
| }, |
| "swift_versions": "5.0", |
| "source_files": "CloudKitManager.swift", |
| "swift_version": "5.0" |
| } |