| { |
| "name": "STLocationRequest", |
| "version": "1.0.1", |
| "summary": "A simple and elegant way to request the user location", |
| "description": "A simple user interface to request the user location. With nice citys and a rotating 3D Map View", |
| "homepage": "https://github.com/SvenTiigi/STLocationRequest", |
| "license": "MIT", |
| "authors": { |
| "Sven Tiigi": "sven@tiigi.de" |
| }, |
| "source": { |
| "git": "https://github.com/SvenTiigi/STLocationRequest.git", |
| "tag": "1.0.1" |
| }, |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Source/**/*", |
| "resource_bundles": { |
| "STLocationRequest": [ |
| "Pod/Assets/*.storyboard" |
| ] |
| }, |
| "frameworks": [ |
| "UIKit", |
| "MapKit" |
| ], |
| "dependencies": { |
| "Font-Awesome-Swift": [ |
| "~> 1.4.7" |
| ] |
| } |
| } |