blob: cb5ba3c60cf3d3e649e2df4ec8681ff9092609d1 [file] [log] [blame]
{
"name": "LSIM",
"version": "0.1.1",
"summary": "简单实现即时通讯功能",
"description": "我的项目使用腾讯云通信来实现即时通讯功能。由于腾讯云通信的接口太多太杂,不方便使用,所以我基于项目的实际需求,在腾讯云通信的基础上封装了一层,提供可以简单使用的接口。",
"homepage": "https://github.com/tstyllr/LSIM",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"tstyllr": "770633567@qq.com"
},
"source": {
"git": "https://github.com/tstyllr/LSIM.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "LSIM/Classes/**/*"
}