| { |
| "name": "SunbeamLogService", |
| "version": "0.1.9", |
| "summary": "A simple log for OC develop, based on ZLog.", |
| "homepage": "https://github.com/sunbeamChen/SunbeamLogService", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "sunbeamChen": "chenxun1990@126.com" |
| }, |
| "source": { |
| "git": "https://github.com/sunbeamChen/SunbeamLogService.git", |
| "tag": "0.1.9" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "SunbeamLogService/Classes/**/*", |
| "public_header_files": "SunbeamLogService/Classes/**/*.h", |
| "dependencies": { |
| "CocoaLumberjack": [ |
| |
| ] |
| } |
| } |