blob: ef4caca7efb1c5422c7472b5e2d7a2d77c06b8e5 [file] [log] [blame]
{
"name": "OCLog",
"version": "0.0.1",
"summary": "a log system for iOS platform",
"description": "We can easy to use this lib to print a log with more infos such as time, method name, lines and other detail.\nWe have 5 log level. VEND/DEBUG/INFO/WARNING/ERROR.\nWe can catch all the crash stack infos.\nWe can write all the log to a local file and then you can send it to the remote server.",
"homepage": "https://github.com/leisurehuang/OCLog",
"license": {
"type": "MIT",
"file": "License.txt"
},
"authors": {
"leisurehuang": "leisure.huang34@gmail.com"
},
"source": {
"git": "https://github.com/leisurehuang/OCLog.git",
"tag": "0.0.1"
},
"source_files": [
"OCLog",
"OCLog/**/*.{h,m}"
],
"exclude_files": "Classes/Exclude",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}