blob: f6b46e25e98b3f3e43560a63697a90444dda8679 [file] [log] [blame]
{
"name": "STLocationRequest",
"version": "1.1.2",
"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.1.2"
},
"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.8"
]
}
}