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