blob: afbf113cf7cc970211a7a48f39d1ad2badd55965 [file] [log] [blame]
{
"name": "JKIMFramework",
"version": "0.0.3",
"summary": "这是一个关于久科IMSDK的初级版",
"description": "当前版本支持真机和模拟器运行,是关于访客端的SDK,具体使用请联系久科客服进行相关注册等",
"homepage": "https://github.com/jerryzhengwen/JKIMFramework",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ilucklyzhengwen@163.com": "jerry.gu@9client.com"
},
"source": {
"git": "https://github.com/jerryzhengwen/JKIMFramework.git",
"tag": "0.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JKIMFramework/**/Classes/**/*.h",
"resource_bundles": {
"JKIMFramework": [
"JKIMFramework/**/Assets/*.png"
]
},
"public_header_files": "JKIMFramework/**/Classes/**/*.h",
"ios": {
"vendored_libraries": "JKIMFramework/**/Frameworks/**/*.a"
},
"libraries": [
"resolv",
"xml2"
],
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64 armv7 i386"
},
"frameworks": [
"UIKit",
"MapKit"
]
}