blob: f2cb93ae00745ccc0ef32cca6bbec5e37d03b942 [file] [log] [blame]
{
"name": "TuyaSmartActivator",
"version": "0.3.1",
"summary": "A short description of TuyaSmartActivator.",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/TuyaInc/tuyasmart_ios_activator_sdk.git",
"authors": {
"xucheng": "xucheng@tuya.com"
},
"source": {
"git": "https://github.com/TuyaInc/tuyasmart_ios_activator_sdk.git",
"tag": "0.3.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "TuyaSmartActivator/Classes/*.{h,m}",
"public_header_files": "TuyaSmartActivator/Classes/*.h",
"vendored_libraries": "TuyaSmartActivator/Classes/*.a",
"frameworks": "Foundation",
"libraries": [
"c++",
"z"
],
"dependencies": {
"CocoaAsyncSocket": [
]
}
}