[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / 1 / c / 7 / TuyaSmartDeviceCoreKit / 3.34.6 / TuyaSmartDeviceCoreKit.podspec.json
bloba7d0b41228a0fe1f2f672748223c8cde1c6918ae
2   "name": "TuyaSmartDeviceCoreKit",
3   "version": "3.34.6",
4   "summary": "A short description of TuyaSmartDeviceCoreKit.",
5   "homepage": "https://tuya.com",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Tuya": "developer@tuya.com"
11   },
12   "source": {
13     "http": "https://images.tuyacn.com/smart/app/package/developer/sdk/1642557986-TuyaSmartDeviceCoreKit-3.34.6.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  #undef TYLog\n  #undef TYSDKLogDebug\n  #undef TYSDKLogInfo\n  #undef TYSDKLogWarn\n  #undef TYSDKLogError\n  #define TYSDKLogDebug(...)         TYSDKLog(0, @\"TuyaSmartDeviceCoreKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYSDKLogInfo(...)         TYSDKLog(1, @\"TuyaSmartDeviceCoreKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYSDKLogWarn(...)         TYSDKLog(2, @\"TuyaSmartDeviceCoreKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYSDKLogError(...)         TYSDKLog(3, @\"TuyaSmartDeviceCoreKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n\n  #import <YYModel/YYModel.h>\n  #import \"TuyaSmartDeviceCoreKit.h\"\n  #import \"TYDeviceNotificationUtils.h\"\n  #import \"TYDeviceUtils.h\"\n#endif",
21   "dependencies": {
22     "TuyaSmartBaseKit": [
23       ">= 3.32.0"
24     ]
25   },
26   "ios": {
27     "dependencies": {
28       "TuyaSmartMQTTChannelKit": [
29         ">= 3.32.0"
30       ],
31       "TuyaSmartSocketChannelKit": [
32         ">= 3.32.0"
33       ],
34       "TuyaSmartUtil": [
35         ">= 3.32.0"
36       ]
37     },
38     "source_files": [
39       "Build/TuyaSmartDeviceCoreKit.xcframework/ios-arm64_armv7/TuyaSmartDeviceCoreKit.framework/Headers/*"
40     ]
41   },
42   "user_target_xcconfig": {
43     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
44   },
45   "pod_target_xcconfig": {
46     "DEFINES_MODULE": "YES"
47   },
48   "watchos": {
49     "pod_target_xcconfig": {
50       "ENABLE_BITCODE": "YES",
51       "OTHER_CFLAGS": "-fembed-bitcode -Qunused-arguments"
52     },
53     "source_files": [
54       "Build/TuyaSmartDeviceCoreKit.xcframework/watchos-arm64_32_armv7k/TuyaSmartDeviceCoreKit.framework/Headers/*"
55     ]
56   },
57   "cocoapods_version": ">= 1.10",
58   "vendored_frameworks": [
59     "Build/TuyaSmartDeviceCoreKit.xcframework"
60   ]