[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 7 / 9 / 5 / TuyaSmartDeviceKit / 3.32.7 / TuyaSmartDeviceKit.podspec.json
blobae658b994c6b23c0ccbd245d30e151b4c5cf7024
2   "name": "TuyaSmartDeviceKit",
3   "version": "3.32.7",
4   "summary": "A short description of TuyaSmartDeviceKit.",
5   "homepage": "https://tuya.com",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "0x5e": "gaosen@tuya.com"
11   },
12   "source": {
13     "http": "https://images.tuyacn.com/smart/app/package/developer/sdk/1637250249-TuyaSmartDeviceKit-3.32.7.zip",
14     "type": "zip"
15   },
16   "platforms": {
17     "ios": "9.0",
18     "watchos": "2.0"
19   },
20   "prefix_header_contents": "#ifdef __OBJC__\n  #import <TuyaSmartBaseKit/TuyaSmartBaseKit.h>\n  #import <TuyaSmartDeviceCoreKit/TuyaSmartDeviceCoreKit.h>\n  #undef TYLog\n  #undef TYSDKLogDebug\n  #undef TYSDKLogInfo\n  #undef TYSDKLogWarn\n  #undef TYSDKLogError\n  #define TYSDKLogDebug(...)         TYSDKLog(0, @\"TuyaSmartDeviceKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYSDKLogInfo(...)         TYSDKLog(1, @\"TuyaSmartDeviceKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYSDKLogWarn(...)         TYSDKLog(2, @\"TuyaSmartDeviceKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYSDKLogError(...)         TYSDKLog(3, @\"TuyaSmartDeviceKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n\n  #import <YYModel/YYModel.h>\n  #import \"TYHomeNotificationUtils.h\"\n  #import \"TuyaSmartDeviceKit.h\"\n#endif",
21   "dependencies": {
22     "TuyaSmartBaseKit": [
24     ],
25     "TuyaSmartDeviceCoreKit": [
26       ">= 3.32.0-rc1"
27     ],
28     "TuyaSmartShareKit": [
30     ]
31   },
32   "user_target_xcconfig": {
33     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
34   },
35   "pod_target_xcconfig": {
36     "DEFINES_MODULE": "YES"
37   },
38   "watchos": {
39     "pod_target_xcconfig": {
40       "ENABLE_BITCODE": "YES",
41       "OTHER_CFLAGS": "-fembed-bitcode -Qunused-arguments"
42     },
43     "source_files": [
44       "Build/TuyaSmartDeviceKit.xcframework/watchos-arm64_32_armv7k/TuyaSmartDeviceKit.framework/Headers/*"
45     ]
46   },
47   "cocoapods_version": ">= 1.10",
48   "ios": {
49     "source_files": [
50       "Build/TuyaSmartDeviceKit.xcframework/ios-arm64_armv7/TuyaSmartDeviceKit.framework/Headers/*"
51     ]
52   },
53   "vendored_frameworks": [
54     "Build/TuyaSmartDeviceKit.xcframework"
55   ]