blob: 717342d03be66ba19393735f1a6cf6c9969cb374 [file] [log] [blame]
{
"name": "UIForLumberjack",
"version": "1.0.1",
"summary": "iOS UI library to display CocoaLumberjack logs on iOS device",
"description": " \n UIForLumberjack is a tool that allows you to see your CocoaLumberjack logs\n on your iOS device. It creates additional logger which puts all the logs\n to UITableView that can be displayed in any UIView. With UIForLumberjack you can\n see all your logs without Xcode and debugger!\n\n",
"homepage": "https://github.com/burczyk/UIForLumberjack",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Kamil Burczyk": "kamil.burczyk@gmail.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/burczyk/UIForLumberjack.git",
"tag": "1.0.1"
},
"source_files": [
"UIForLumberjack",
"UIForLumberjack/**/*.{h,m}"
],
"exclude_files": "UIForLumberjackExample",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
"~> 1.7"
]
}
}