[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / b / f / ScantoSDK / 0.3.0 / ScantoSDK.podspec.json
blob3af5a38c61ada9cec982ac9135b4407d4fe7aa7b
2   "name": "ScantoSDK",
3   "version": "0.3.0",
4   "summary": "AIQSDK is the iOS SDK for AIQ's computer vision platform.",
5   "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",
6   "homepage": "https://github.com/aiqtech/aiqsdk-ios",
7   "license": {
8     "type": "AIQ Platform LICENSE",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "AIQ": "tech@aiq.tech"
13   },
14   "source": {
15     "git": "https://github.com/aiqtech/aiqsdk-ios.git",
16     "tag": "0.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "preserve_paths": "*.framework",
22   "default_subspecs": "AIQApi",
23   "subspecs": [
24     {
25       "name": "AIQApi",
26       "vendored_frameworks": "AIQApi.framework"
27     }
28   ]