blob: 8857bf995eb72bc7ba2f750174d1b3c1a78068cd [file] [log] [blame]
{
"name": "CobrowseIO",
"version": "2.0.0-alpha.2",
"summary": "CobrowseIO SDK for iOS",
"description": "CobrowseIO SDK for iOS. See cobrowse.io for more information.",
"license": "Apache-2.0",
"homepage": "https://cobrowse.io/get-started",
"authors": {
"Andy": "andy@cobrowse.io"
},
"frameworks": [
"Foundation",
"CoreLocation",
"Security"
],
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 15.1"
]
},
"swift_versions": "5",
"source": {
"git": "https://github.com/cobrowseio/cobrowse-sdk-ios-binary.git",
"tag": "v2.0.0-alpha.2"
},
"default_subspecs": "Release",
"swift_version": "5",
"subspecs": [
{
"name": "Release",
"ios": {
"vendored_frameworks": "CobrowseIO.framework"
}
}
]
}