blob: 414cc6961b0164bae6d7ee79c2f9e5d7e213c0ad [file] [log] [blame]
{
"name": "Log4OC",
"version": "0.0.2",
"summary": "a log tool for iOS developer",
"description": "a log tool for iOS developer that can redirect to file and rollback with file size, used as NSLog",
"homepage": "https://github.com/icoder20150719/Log4OC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"xiongan": "andybbear@163.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/icoder20150719/Log4OC.git",
"tag": "0.0.2"
},
"source_files": "LOGDemo/Classes/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}