blob: 35d4654510c16d69717c6f89108fd4cb14ef7fd4 [file] [log] [blame]
{
"name": "SHWChatRobotSDK",
"version": "1.0.2",
"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.2"
},
"vendored_frameworks": "SHWChatRobotSDK/Classes/SHWChatRob.framework",
"requires_arc": true,
"frameworks": [
"CoreLocation",
"SystemConfiguration",
"CoreFoundation",
"Security"
],
"dependencies": {
"UTDID": [
"~> 1.0.0"
]
}
}