blob: a0fe37dbbaa3eaf3ca2df7989c20f8d3aa41f793 [file] [log] [blame]
{
"name": "ZWLoggers",
"summary": "A log component.",
"version": "1.0.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"gavin": "lovegavin@outlook.com"
},
"homepage": "https://github.com/GavinZw/ZWLoggers",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/GavinZw/ZWLoggers.git",
"tag": "1.0.0"
},
"requires_arc": true,
"source_files": "ZWLoggers/*.{h,m}",
"public_header_files": "ZWLoggers/*.{h}",
"dependencies": {
"CocoaLumberjack/Default": [
]
}
}