| { |
| "name": "GNLazy", |
| "version": "0.1.0", |
| "summary": "lazy loader for Objective-C", |
| "homepage": "https://github.com/games-neox/GNLazy", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Games Neox": "games.neox@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/games-neox/GNLazy.git", |
| "tag": "0.1.0" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "dependencies": { |
| "GNExceptions": [ |
| |
| ], |
| "GNLog": [ |
| |
| ], |
| "GNPreconditions": [ |
| |
| ] |
| }, |
| "source_files": "GNLazy/Classes/*", |
| "public_header_files": "GNLazy/Classes/*.h" |
| } |