blob: 9fcb5d910d1b93390fa6810707ed2048bbb85d95 [file] [log] [blame]
{
"name": "ALSLog",
"version": "0.0.2",
"summary": "ios log",
"description": "ios 日志,可以生成本地日志,也可以生成网络日志,同时可以捕获异常,并投递到sentry服务器。",
"homepage": "https://github.com/yangzmpang/ALSLog",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"yangzmpang": "zimin.yzm@alibaba-inc.com"
},
"source": {
"git": "https://github.com/yangzmpang/ALSLog.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "ALSLog/Classes/**/*",
"dependencies": {
"CocoaLumberjack": [
],
"Sentry": [
]
}
}