blob: cc23b4db33e95b1e3b76c3b879ec7a32aa9cb82b [file] [log] [blame]
{
"name": "FRCSVFormatter",
"version": "0.0.2",
"summary": " Simple CSV formatter for CocoaLumberJack",
"description": " CSV formatter for cocoa lumber jack Ideal for making log files\n",
"homepage": "https://github.com/veritech/FRCSVFormatter",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Jonathan Dalrymple": "jonathan@float-right.co.uk"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source": {
"git": "https://github.com/veritech/FRCSVFormatter.git",
"tag": "0.0.2"
},
"source_files": [
"FRCSVFormatter.h",
"FRCSVFormatter.m"
],
"requires_arc": true,
"dependencies": {
"CocoaLumberjack": [
"~> 2.0.0"
]
}
}