[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 6 / 7 / 8 / STLocationRequest / 0.2.2 / STLocationRequest.podspec.json
blobbabb16ff1b976d1ea2fea7a4fba855349a8bd00b
2   "name": "STLocationRequest",
3   "version": "0.2.2",
4   "summary": "A simple and elegant way to request the user location",
5   "description": "A simple user interface to request the user location. With nice citys and a rotating 3D Map View",
6   "homepage": "https://github.com/SvenTiigi/STLocationRequest",
7   "license": "MIT",
8   "authors": {
9     "Sven Tiigi": "sven@tiigi.de"
10   },
11   "source": {
12     "git": "https://github.com/SvenTiigi/STLocationRequest.git",
13     "tag": "0.2.2"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Source/**/*",
20   "resource_bundles": {
21     "STLocationRequest": [
22       "Pod/Assets/*.storyboard"
23     ]
24   },
25   "frameworks": [
26     "UIKit",
27     "MapKit"
28   ],
29   "dependencies": {
30     "Font-Awesome-Swift": [
31       "~> 1.4.7"
32     ]
33   }