blob: 283d862b8f073d9faeedd0166d212c39f76a93c8 [file] [log] [blame]
{
"name": "STLocationRequest",
"version": "0.1.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": "0.1.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.3"
]
}
}