blob: 2bfdf97e33a58c3c96fa9e97bea4f5091648b08e [file] [log] [blame]
{
"name": "TuyaSmartHomeKit",
"version": "0.1.4",
"summary": "涂鸦全屋智能iOS SDK",
"description": "涂鸦全屋智能APP SDK提供了与硬件设备、涂鸦云通讯的接口封装,加速应用开发过程。",
"homepage": "http://www.tuya.com",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xcc": "xucheng@tuya.com"
},
"source": {
"git": "https://github.com/TuyaInc/tuyasmart_home_ios_sdk.git",
"tag": "0.1.4"
},
"platforms": {
"ios": "8.0"
},
"vendored_frameworks": "TuyaSmartHomeKit.framework",
"preserve_paths": "TuyaSmartHomeKit.framework",
"frameworks": "Foundation",
"libraries": [
"c++",
"z"
],
"dependencies": {
"CocoaAsyncSocket": [
],
"MQTTClient": [
"0.14.0"
],
"Mantle": [
],
"UICKeyChainStore": [
],
"Reachability": [
],
"SDVersion": [
]
},
"user_target_xcconfig": {
"CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
}
}