blob: 7808f87064cd70ba39aa0e8703e02362c118c77b [file] [log] [blame]
{
"name": "JKIMFramework",
"version": "1.0.1",
"summary": "这是一个IM的SDK的初步测试",
"description": "这个是一个关于即时通讯的SDK的初级版,用来关于集成SDK的Test实例",
"homepage": "https://github.com/jerryzhengwen/IMFrameWork",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jerry": "jerry.gu@9client.com"
},
"source": {
"git": "https://github.com/jerryzhengwen/IMFrameWork.git",
"tag": "1.0.1"
},
"source_files": [
"JKIMFrameworks",
"JKIMFrameworks/**/*.{h,m}"
],
"public_header_files": "JKIMFrameworks/**/*.h",
"libraries": [
"xml2",
"resolv"
],
"requires_arc": true,
"platforms": {
"osx": null,
"ios": null,
"tvos": null,
"watchos": null
}
}