blob: 9b929989791f6194053cb3c17d0ed3a91decc206 [file] [log] [blame]
{
"name": "lchmars",
"version": "1.0.0",
"summary": "Wechat iOS logger library",
"description": "1.提供通用日志库,实时记录日志数据\n2.按需记录日志,提供查询问题线索",
"homepage": "https://git.qutoutiao.net/lechuan/LCHLogger",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"zhanghao": "zhanghao03@qutoutiao.net"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/spemagic/mars.git",
"tag": "1.0.0"
},
"user_target_xcconfig": {
"OTHER_LDFLAGS": [
"-lc++"
]
},
"ios": {
"vendored_frameworks": "Framework/mars.framework"
},
"frameworks": [
"CoreTelephony",
"SystemConfiguration"
],
"libraries": [
"z",
"c++"
]
}