blob: fbb3b58a62b37f2808cf7df08b39c7228303bc1b [file] [log] [blame]
{
"name": "FCLogger",
"version": "0.0.1",
"summary": "A DDAbstractLogger implementation, shows CocoaLumberjack logs in s UITextView",
"description": "FCLogger is a DDAbstractLogger implementation that allow all the CocoaLumberjack logs to be displayed inside the app, supports custom colors (Like XCodeColors).",
"homepage": "https://github.com/federicocappelli/FCLogger",
"screenshots": "https://github.com/federicocappelli/FCLogger/raw/master/Example/Screenshots/fcLogger_sc1.png?raw=true",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Federico Cappelli": "info@federicocappelli.net"
},
"source": {
"git": "https://github.com/federicocappelli/FCLogger.git",
"tag": "0.0.1"
},
"social_media_url": "https://twitter.com/federicokappe",
"platforms": {
"ios": "8.0"
},
"source_files": "FCLogger/Classes/**/*",
"frameworks": "UIKit",
"dependencies": {
"CocoaLumberjack": [
]
}
}