| { |
| "name": "Concepter_Log", |
| "version": "1.2.1", |
| "summary": "An extensible logging framework for Swift", |
| "homepage": "https://github.com/delba/Log", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Damien": "damien@delba.io" |
| }, |
| "platforms": { |
| "ios": "8.0", |
| "osx": "10.9", |
| "tvos": "9.0", |
| "watchos": "2.0" |
| }, |
| "source": { |
| "git": "https://github.com/AnarH93/Log.git", |
| "tag": "v1.2.1" |
| }, |
| "source_files": "Source/**/*.{swift, h}", |
| "exclude_files": "Classes/Exclude", |
| "requires_arc": true, |
| "pushed_with_swift_version": "3.0" |
| } |