[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / 7 / TuyaSmartBLEKit / 3.28.5 / TuyaSmartBLEKit.podspec.json
blobf8590cf0e615ff79fb63b2f8ccb7d26b7b65d758
2   "name": "TuyaSmartBLEKit",
3   "version": "3.28.5",
4   "summary": "A short description of TuyaSmartBLEKit.",
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/1626789894-TuyaSmartBLEKit-3.28.5.zip",
14     "type": "zip"
15   },
16   "platforms": {
17     "ios": "9.0"
18   },
19   "prefix_header_contents": "#ifdef __OBJC__\n\n  #import <YYModel/YYModel.h>\n  #import \"TuyaSmartBLEKit.h\"\n  #import \"TYBLEPrivateConf.h\"\n  #import \"TYBLENotificationUtils.h\"\n  #import <TYBluetooth/TYBluetooth.h>\n  \n  #undef TYLog\n  #undef TYSDKLogDebug\n  #undef TYSDKLogInfo\n  #undef TYSDKLogWarn\n  #undef TYSDKLogError\n  #define TYSDKLogDebug(...)         TYSDKLog(0, @\"TuyaSmartBLEKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYSDKLogInfo(...)         TYSDKLog(1, @\"TuyaSmartBLEKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYSDKLogWarn(...)         TYSDKLog(2, @\"TuyaSmartBLEKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n  #define TYSDKLogError(...)         TYSDKLog(3, @\"TuyaSmartBLEKit\", __FILE__, __PRETTY_FUNCTION__, __LINE__, ##__VA_ARGS__)\n\n#endif",
20   "frameworks": [
21     "Foundation",
22     "CoreBluetooth"
23   ],
24   "dependencies": {
25     "TuyaSmartBaseKit": [
27     ],
28     "TuyaSmartDeviceCoreKit": [
30     ],
31     "TYBluetooth": [
32       "< 10.0"
33     ]
34   },
35   "user_target_xcconfig": {
36     "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
37   },
38   "pod_target_xcconfig": {
39     "DEFINES_MODULE": "YES"
40   },
41   "vendored_frameworks": [
42     "Build/TuyaSmartBLEKit.xcframework"
43   ],
44   "source_files": [
45     "Build/TuyaSmartBLEKit.xcframework/ios-arm64_armv7/TuyaSmartBLEKit.framework/Headers/*"
46   ]