| { |
| "name": "DMLogFormatter", |
| "version": "1.0.0", |
| "summary": "A clean log formatter for CocoaLumberjack.", |
| "homepage": "https://github.com/devmob-DE/CocoaLumberjack-DMLogFormatter", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Martin Stolz": "martin@devmob.de" |
| }, |
| "source": { |
| "git": "https://github.com/devmob-DE/CocoaLumberjack-DMLogFormatter.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "3.0" |
| }, |
| "source_files": "*.{m,h}", |
| "dependencies": { |
| "CocoaLumberjack": [ |
| "~> 1.3" |
| ] |
| }, |
| "requires_arc": false |
| } |