blob: f34208bafe2bb8d33c337451088194422ee8f635 [file] [log] [blame]
{
"name": "CobrowseIO",
"version": "2.0.0-alpha.3",
"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.3"
},
"default_subspecs": "Release",
"swift_version": "5",
"subspecs": [
{
"name": "Release",
"ios": {
"vendored_frameworks": "CobrowseIO.framework"
}
}
]
}