blob: 9cd25a4c801d3df8008b3eaeaeb9803641617d7b [file] [log] [blame]
{
"name": "StandardCyborgNetworking",
"version": "2.1.2",
"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": "5.0",
"requires_arc": true,
"source": {
"git": "https://github.com/StandardCyborg/StandardCyborgCocoa.git",
"tag": "v2.1.2-StandardCyborgNetworking"
},
"source_files": "StandardCyborgNetworking/**/*.{swift}",
"exclude_files": "StandardCyborgNetworking/StandardCyborgNetworkingTests/*.{swift}",
"dependencies": {
"PromiseKit": [
"~> 6.0"
],
"PromiseKit/Foundation": [
"~> 6.0"
],
"Zip": [
"~> 1.1"
]
},
"swift_version": "5.0"
}