blob: ec9d4e63bd3c9656dded61a19a8ca0c56cf8f996 [file] [log] [blame]
{
"name": "SHWChatRobotSDK",
"version": "1.0.1",
"summary": "iOS聊天机器人无UI SDK",
"homepage": "https://github.com/newsdata/shuwen-chatrobot-sdk",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangyang": "yangyang@shuwen.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/newsdata/shuwen-chatrobot-sdk.git",
"tag": "1.0.1"
},
"vendored_frameworks": "SHWChatRobotSDK/Classes/SHWChatRob.framework",
"requires_arc": true,
"frameworks": [
"CoreLocation",
"SystemConfiguration",
"CoreFoundation",
"Security"
],
"dependencies": {
"UTDID": [
"~> 1.0.0"
]
}
}