[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 5 / b / a / TuyaSmartCamera / 3.1.4 / TuyaSmartCamera.podspec.json
blob9927703bddafef7f5ad03dc77a2b72f930e3d91a
2   "name": "TuyaSmartCamera",
3   "version": "3.1.4",
4   "summary": "涂鸦智能摄像头iOS SDK",
5   "description": "涂鸦智能摄像头APP SDK提供了与摄像头通讯的接口封装,快速实现摄像头实时视频传输,录制视频回放等功能.",
6   "homepage": "https://github.com/TuyaInc/tuyasmart_camera_ios_sdk",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "fulang@tuya.com": "fulang@tuya.com"
13   },
14   "source": {
15     "http": "https://airtake-public-data.oss-cn-hangzhou.aliyuncs.com/smart/app/package/sdk/ios/TuyaSmartCamera-3.1.3.zip",
16     "type": "zip"
17   },
18   "static_framework": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "libraries": [
23     "c++",
24     "z",
25     "iconv",
26     "bz2",
27     "resolv"
28   ],
29   "frameworks": [
30     "UIKit",
31     "Foundation",
32     "AVFoundation",
33     "Foundation",
34     "CoreAudio",
35     "CoreMedia",
36     "CoreVideo",
37     "MediaToolBox",
38     "VideoToolbox",
39     "Photos"
40   ],
41   "default_subspecs": "Tuya",
42   "subspecs": [
43     {
44       "name": "Tuya",
45       "source_files": "TuyaSmartCamera/Classes/*.{h,m}",
46       "vendored_frameworks": "TuyaSmartCamera/Venders/M/*.framework",
47       "dependencies": {
48         "TuyaSmartHomeKit": [
50         ]
51       }
52     },
53     {
54       "name": "ALL",
55       "vendored_frameworks": "TuyaSmartCamera/Venders/T/*.framework",
56       "dependencies": {
57         "TuyaSmartCamera/Tuya": [
59         ]
60       }
61     }
62   ]