blob: a93c62451d2091a1ffb86d41cb0c408b326591f0 [file] [log] [blame]
{
"name": "CobrowseIO",
"version": "0.0.1",
"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": {
"http": "https://s3.amazonaws.com/cobrowse-sdks/ios/CobrowseIO-0.0.1.zip"
},
"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"
}
}
]
}