[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 6 / 7 / 8 / STLocationRequest / 1.0.1 / STLocationRequest.podspec.json
blobc392d674826215acc9e2f9630f6624b6929041b4
2   "name": "STLocationRequest",
3   "version": "1.0.1",
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": "1.0.1"
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   }