blob: 34b8d066291e1d907f674f10c376de684563bec1 [file] [log] [blame]
{
"name": "TuyaSmartBaseKit",
"version": "0.2.2",
"summary": "A short description of TuyaSmartBaseKit.",
"license": {
"type": "MIT"
},
"authors": {
"0x5e": "gaosen@tuya.com"
},
"homepage": "https://tuya.com",
"source": {
"git": "https://github.com/TuyaInc/tuyasmart_home_ios_sdk.git",
"tag": "0.2.2"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"SystemConfiguration",
"CoreData",
"CoreTelephony"
],
"libraries": [
"c++",
"z"
],
"static_framework": true,
"vendored_frameworks": "ios/TuyaSmartBaseKit.framework",
"dependencies": {
"TuyaSmartUtil": [
],
"YYModel": [
],
"Reachability": [
]
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}