blob: 025c259e7c109a807ce8f3cd9de9009a95bb3b14 [file] [log] [blame]
{
"name": "CobrowseIO",
"version": "2.0.0",
"summary": "CobrowseIO SDK for iOS",
"description": "CobrowseIO SDK for iOS. See cobrowse.io for more information.",
"license": "Apache-2.0",
"homepage": "https://cobrowse.io/docs",
"authors": {
"Andy": "andy@cobrowse.io"
},
"frameworks": [
"Foundation",
"CoreLocation",
"Security"
],
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Starscream": [
"~> 3.0.2"
],
"SwiftCBOR": [
"~> 0.4.3"
]
},
"swift_versions": "5",
"xcconfig": {
"COBROWSE_SDK_VERSION": "2.0.0"
},
"source": {
"git": "https://github.com/cobrowseio/cobrowse-sdk-ios-binary.git",
"tag": "v2.0.0"
},
"default_subspecs": "Release",
"subspecs": [
{
"name": "DependenciesOnly"
},
{
"name": "Release",
"ios": {
"vendored_frameworks": "CobrowseIO.framework"
}
}
],
"swift_version": "5"
}