blob: 39ea46dc4c0085fd891de1941fb95cb0f826ecb3 [file] [log] [blame]
{
"name": "CascableCore",
"version": "4.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/4.2/CascableCore.framework.zip"
},
"subspecs": [
{
"name": "Mac",
"vendored_frameworks": "Binaries/Mac/CascableCore.framework",
"platforms": {
"osx": "10.11"
}
},
{
"name": "iOS",
"vendored_frameworks": "Binaries/iOS/CascableCore.framework",
"platforms": {
"ios": "9.0"
}
}
]
}