[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 0 / 6 / 7 / TuyaSmartBLEKit / 3.33.6 / TuyaSmartBLEKit.podspec.json
blobb9e836fc012260078cf402e2c956e1943b2321af
2   "name": "TuyaSmartBLEKit",
3   "version": "3.33.6",
4   "summary": "A short description of TuyaSmartBLEKit.",
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/1640860996-TuyaSmartBLEKit-3.33.6.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 \"TYBLENotificationKeys.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     "TYBluetooth": [
26       ">= 3.32.0"
27     ],
28     "TuyaSmartBLECoreKit": [
29       ">= 3.32.0"
30     ],
31     "TuyaSmartDeviceCoreKit": [
32       ">= 3.32.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   "cocoapods_version": ">= 1.10",
42   "vendored_frameworks": [
43     "Build/TuyaSmartBLEKit.xcframework"
44   ],
45   "source_files": [
46     "Build/TuyaSmartBLEKit.xcframework/ios-arm64_armv7/TuyaSmartBLEKit.framework/Headers/*"
47   ]