| { | |
| "name": "GNLog", | |
| "version": "0.5.0", | |
| "summary": "Logging utility for Objective-C/Swift", | |
| "homepage": "https://github.com/games-neox/GNLog", | |
| "license": { | |
| "type": "MIT", | |
| "file": "LICENSE" | |
| }, | |
| "authors": { | |
| "Games Neox": "games.neox@gmail.com" | |
| }, | |
| "source": { | |
| "git": "https://github.com/games-neox/GNLog.git", | |
| "tag": "0.5.0" | |
| }, | |
| "platforms": { | |
| "ios": "8.0" | |
| }, | |
| "source_files": "GNLog/Classes/*", | |
| "public_header_files": "GNLog/Classes/*.h" | |
| } |