blob: de19c923b0abe86b6b81ba26a936a8f95da97b38 [file] [log] [blame]
{
"name": "AIQSDK",
"version": "0.2.6",
"summary": "AIQSDK is the iOS SDK for AIQ's computer vision platform.",
"description": "The AIQ SDK for iOS provides frameworks to utilze AIQ's computer vision platform:\n* AIQApi - iOS SDK Client for AIQ's platform API at https://api.aiq.tech",
"homepage": "https://github.com/aiqtech/aiqsdk-ios",
"license": {
"type": "AIQ Platform LICENSE",
"file": "LICENSE"
},
"authors": {
"AIQ": "tech@aiq.tech"
},
"source": {
"git": "https://github.com/aiqtech/aiqsdk-ios.git",
"tag": "0.2.6"
},
"platforms": {
"ios": "8.0"
},
"preserve_paths": "*.framework",
"default_subspecs": "AIQApi",
"subspecs": [
{
"name": "AIQApi",
"vendored_frameworks": "AIQApi.framework"
}
]
}