| { |
| "name": "GNLocationManager", |
| "version": "0.0.8", |
| "summary": "Manager for handling locations update easier", |
| "description": " Manager for handling locations update easier.\n", |
| "homepage": "https://github.com/jakubknejzlik/GNLocationManager", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Jakub Knejzlik": "jakub.knejzlik@gmail.com" |
| }, |
| "platforms": { |
| "ios": "7.1" |
| }, |
| "source": { |
| "git": "https://github.com/jakubknejzlik/GNLocationManager.git", |
| "tag": "0.0.8" |
| }, |
| "source_files": [ |
| "GNLocationManager", |
| "GNLocationManager/**/*.{h,m}" |
| ], |
| "frameworks": "CoreLocation", |
| "requires_arc": true, |
| "dependencies": { |
| "CWLSynthesizeSingleton": [ |
| |
| ] |
| } |
| } |