blob: 30c623f26e175a14eacf8c0ecee7202350e562b5 [file] [log] [blame]
{
"name": "CobrowseIO",
"version": "1.5.5",
"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"
],
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 13.2.1"
]
},
"source": {
"git": "https://github.com/cobrowseio/cobrowse-sdk-ios-binary.git",
"tag": "v1.5.5"
},
"default_subspecs": "Release",
"subspecs": [
{
"name": "Release",
"ios": {
"vendored_frameworks": "CobrowseIO.framework"
}
}
]
}