[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / c / 7 / TuyaSmartBLECoreKit / 3.32.6 / TuyaSmartBLECoreKit.podspec.json
blob893601b5274bf9c633090d8facd774b64e66a121
2   "name": "TuyaSmartBLECoreKit",
3   "version": "3.32.6",
4   "summary": "A short description of TuyaSmartBLECoreKit.",
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/1637244850-TuyaSmartBLECoreKit-3.32.6.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\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   "cocoapods_version": ">= 1.10",
43   "vendored_frameworks": [
44     "Build/TuyaSmartBLECoreKit.xcframework"
45   ],
46   "source_files": [
47     "Build/TuyaSmartBLECoreKit.xcframework/ios-arm64_armv7/TuyaSmartBLECoreKit.framework/Headers/*"
48   ]