blob: 55468f86b3bfb3af891f5223625d65ff87e23a64 [file] [log] [blame]
{
"name": "StandardCyborgNetworking",
"version": "1.6.1",
"summary": "Classes for interacting with the Standard Cyborg Platform networking APIs",
"homepage": "https://github.com/StandardCyborg/StandardCyborgCocoa",
"social_media_url": "https://twitter.com/StandardCyborg",
"documentation_url": "https://standardcyborg.com/docs/cocoa-api",
"license": {
"type": "Apache 2.0",
"file": "LICENSE"
},
"authors": {
"Standard Cyborg": "sdk@standardcyborg.com"
},
"platforms": {
"ios": "12.0"
},
"swift_versions": "4.2",
"requires_arc": true,
"source": {
"git": "https://github.com/StandardCyborg/StandardCyborgCocoa.git",
"tag": "v1.6.1-StandardCyborgNetworking"
},
"source_files": "StandardCyborgNetworking/**/*.{swift}",
"dependencies": {
"PromiseKit": [
"~> 6.0"
],
"PromiseKit/Foundation": [
"~> 6.0"
],
"Zip": [
"~> 1.1"
]
},
"swift_version": "4.2"
}