blob: 1b25f1a1f210780f6256b4711de2e304dfb8b7c5 [file] [log] [blame]
{
"name": "CCLogSystem",
"version": "1.0.1",
"summary": "A Log system for iOS.",
"description": " This library provide an iOS Log System. We can use it to replace NSLog.\n And It also can record the log to the local files.\n We can directly review these logs in our app, and email to ourselves.\n",
"homepage": "https://github.com/yechunjun/CCLogSystem",
"license": "MIT",
"authors": {
"Chun Ye": "chunforios@gmail.com"
},
"social_media_url": "http://chun.tips",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/yechunjun/CCLogSystem.git",
"tag": "1.0.1"
},
"source_files": "CCLogSystem/CCLogSystem/*.{h,m}",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}