[Add] FaceCoreBasicNightly 6.2.803
[CocoaPods.git] / Specs / d / c / 7 / TuyaSmartBLECoreKit / 3.34.10 / TuyaSmartBLECoreKit.podspec.json
blob46f1ca1a00c0fd266a336c453589401610a388f0
2   "name": "TuyaSmartBLECoreKit",
3   "version": "3.34.10",
4   "summary": "A short description of TuyaSmartBLECoreKit.",
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/1648015072-TuyaSmartBLECoreKit-3.34.10.zip",
14     "type": "zip"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "static_framework": true,
20   "prefix_header_contents": "#ifdef __OBJC__\n\n  #import <YYModel/YYModel.h>\n  #import \"TuyaSmartBLECoreKit.h\"\n  #import \"TYBLECorePrivateConf.h\"\n  #import \"TYBLECoreNotificationKeys.h\"\n  #import \"TuyaSmartBLEActiveDelegate.h\"\n  #import <TYBluetooth/TYBluetooth.h>\n  #import <TuyaSmartUtil/TuyaSmartUtil.h>\n  \n  #undef TYLog\n  #undef TYSDKLogDebug\n  #undef TYSDKLogInfo\n  #undef TYSDKLogWarn\n  #undef TYSDKLogError\n  #define TYSDKLogDebug(...)         TYSDKLog(0, @\"TuyaSmartBLECoreKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYSDKLogInfo(...)         TYSDKLog(1, @\"TuyaSmartBLECoreKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYSDKLogWarn(...)         TYSDKLog(2, @\"TuyaSmartBLECoreKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYSDKLogError(...)         TYSDKLog(3, @\"TuyaSmartBLECoreKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYBLELogInfo(id, step, ...)       TYSDKLogInfo(@\"-> %@ -> %@ -> %@\", id, step, __VA_ARGS__)\n#endif",
21   "frameworks": [
22     "Foundation",
23     "CoreBluetooth"
24   ],
25   "dependencies": {
26     "TuyaSmartUtil": [
27       ">= 3.32.0"
28     ],
29     "TYBluetooth": [
30       "< 10.0"
31     ],
32     "YYModel": [
34     ]
35   },
36   "user_target_xcconfig": {
37     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
38   },
39   "pod_target_xcconfig": {
40     "DEFINES_MODULE": "YES"
41   },
42   "vendored_frameworks": [
43     "Build/TuyaSmartBLECoreKit.xcframework"
44   ],
45   "source_files": [
46     "Build/TuyaSmartBLECoreKit.xcframework/ios-arm64_armv7/TuyaSmartBLECoreKit.framework/Headers/*"
47   ]