blob: 9f9c5fccca2549937cb53e03c2635aa2a7f6d465 [file] [log] [blame]
{
"name": "CascableCore",
"version": "5.2.1",
"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/5.2.1/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"
}
}
]
}