blob: 73cd98fa9962bcb4811860fed11268f0e7190a63 [file] [log] [blame]
{
"name": "StandardCyborgNetworking",
"version": "1.5.0",
"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.5.0-StandardCyborgNetworking"
},
"source_files": "StandardCyborgNetworking/**/*.{swift}",
"dependencies": {
"PromiseKit": [
"~> 6.0"
],
"PromiseKit/Foundation": [
"~> 6.0"
],
"Zip": [
"~> 1.1"
]
},
"swift_version": "4.2"
}