{ | |
"name": "FRLoggerKit", | |
"version": "0.0.1", | |
"summary": "日志输出库,目前只支持网络请求日志输出", | |
"homepage": "https://github.com/zengfxios/FRLoggerKit", | |
"license": { | |
"type": "MIT License", | |
"file": "LICENSE" | |
}, | |
"authors": { | |
"zengfxios": "zengfxios@gmail.com" | |
}, | |
"platforms": { | |
"ios": "8.0" | |
}, | |
"requires_arc": true, | |
"source": { | |
"git": "https://github.com/zengfxios/FRLoggerKit.git", | |
"tag": "0.0.1" | |
}, | |
"source_files": "Source/Classes/**/*.{h,m}", | |
"dependencies": { | |
"CocoaLumberjack": [ | |
"~> 3.2.0" | |
] | |
} | |
} |