blob: 692bd261c372c28276e20382a131eee1a4f3c703 [file] [log] [blame]
{
"name": "CascableCore",
"version": "6.2",
"summary": "SDK for working with hundreds of Wi-Fi enabled cameras from multiple manufacturers.",
"homepage": "http://developer.cascable.se/",
"license": {
"type": "Proprietary",
"text": "See the Cascable Developer Portal for license information."
},
"authors": "Cascable AB",
"platforms": {
"osx": "10.11",
"ios": "9.0"
},
"default_subspecs": "iOS",
"source": {
"http": "https://github.com/Cascable/cascablecore-binaries/releases/download/6.2/CascableCore.framework.zip"
},
"subspecs": [
{
"name": "Mac",
"vendored_frameworks": [
"Binaries/Mac/CascableCore.framework",
"Binaries/Mac/StopKit.framework"
],
"platforms": {
"osx": "10.11"
}
},
{
"name": "iOS",
"vendored_frameworks": [
"Binaries/iOS/CascableCore.framework",
"Binaries/iOS/StopKit.framework"
],
"platforms": {
"ios": "9.0"
}
}
]
}