blob: 7d06346266b276b22d91e2246bc1f8bb79c5d03c [file] [log] [blame]
{
"name": "CobrowseIO",
"version": "0.0.6",
"summary": "CobrowseIO SDK for iOS",
"description": "CobrowseIO SDK for iOS. See cobrowse.io for more information.",
"license": "Proprietary",
"homepage": "https://github.com",
"authors": {
"Andy": "andy@cobrowse.io"
},
"source": {
"git": "https://github.com/cobrowseio/cobrowse-sdk-ios-binary.git",
"tag": "v0.0.6"
},
"platforms": {
"ios": "9.0"
},
"dependencies": {
"Socket.IO-Client-Swift": [
"~> 13.1.1"
]
},
"default_subspecs": "Release",
"pushed_with_swift_version": "4.0",
"subspecs": [
{
"name": "Release",
"ios": {
"vendored_frameworks": "CobrowseIO.framework"
}
}
]
}