blob: 3af5a38c61ada9cec982ac9135b4407d4fe7aa7b [file] [log] [blame]
{
"name": "ScantoSDK",
"version": "0.3.0",
"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.3.0"
},
"platforms": {
"ios": "8.0"
},
"preserve_paths": "*.framework",
"default_subspecs": "AIQApi",
"subspecs": [
{
"name": "AIQApi",
"vendored_frameworks": "AIQApi.framework"
}
]
}