blob: 61f72dec118f3a832adec4305cb9d9c2cf44ee22 [file] [log] [blame]
{
"name": "JKIMFramework",
"version": "0.0.9",
"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.9"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JKIMFramework/**/Classes/**/*.{h,m}",
"public_header_files": "JKIMFramework/**/Classes/**/*.h",
"ios": {
"vendored_libraries": "JKIMFramework/**/Frameworks/**/*.a"
},
"resources": "JKIMFramework/**/UIKit/**/{JKDialogeModel.xcdatamodeld,JKFace.plist,JKIMImage.bundle}",
"libraries": [
"resolv",
"xml2",
"icucore"
],
"xcconfig": {
"VALID_ARCHS": "arm64 x86_64 armv7 i386"
},
"frameworks": [
"UIKit",
"MapKit"
],
"requires_arc": [
"JKIMFramework/**/Classes/*.{h,m}"
]
}