| { |
| "name": "CloudKitQueues", |
| "version": "0.0.1", |
| "summary": "A queue manager for simplifying individual and batch operations on CloudKit records", |
| "homepage": "https://github.com/sobri909/CloudKitQueues", |
| "authors": { |
| "Matt Greenfield": "matt@bigpaua.com" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "source": { |
| "git": "https://github.com/sobri909/CloudKitQueues.git", |
| "tag": "0.0.1" |
| }, |
| "source_files": "Source/*.swift", |
| "swift_version": "4.0", |
| "platforms": { |
| "ios": "11.0" |
| }, |
| "frameworks": "CloudKit" |
| } |