| { |
| "name": "ICTraceLog", |
| "version": "1.0.0", |
| "summary": "A simple log system with level control & output control", |
| "description": "Simple log system with level control & output control, easy to use.", |
| "homepage": "https://github.com/IvanChan/ICTraceLog", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "_ivanC": "_ivanC" |
| }, |
| "source": { |
| "git": "https://github.com/IvanChan/ICTraceLog.git", |
| "tag": "1.0.0" |
| }, |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "source_files": "ICTraceLog/Classes/**/*", |
| "requires_arc": true |
| } |