blob: 0f844dee1698a995b484bd9bb61f77278ba6dc80 [file] [log] [blame]
{
"name": "CloudKid",
"version": "0.0.1",
"summary": "An Angel that helps you with CloudKit",
"description": "This is how the kids nowadays do this cloud thing with Swift",
"homepage": "http://flowtoolz.com",
"license": "MIT",
"authors": {
"Flowtoolz": "contact@flowtoolz.com"
},
"source": {
"git": "https://github.com/flowtoolz/CloudKid.git",
"tag": "0.0.1"
},
"requires_arc": true,
"swift_versions": "5.0",
"platforms": {
"ios": "11.0",
"osx": "10.12",
"tvos": "11.0"
},
"source_files": "Code/**/*.swift",
"dependencies": {
"FoundationToolz": [
"~> 1.0"
],
"SwiftObserver": [
"~> 5.1"
],
"SwiftyToolz": [
"~> 1.5"
],
"PromiseKit": [
"~> 6.8"
]
},
"swift_version": "5.0"
}