[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 5 / c / a / LocationPickerController / 2.2.0 / LocationPickerController.podspec.json
blob24e785ef801beba1ada293018cd85f16ecaab347
2   "name": "LocationPickerController",
3   "version": "2.2.0",
4   "summary": "Simple location picker with a built in maps.",
5   "description": "Simple location picker with a built in maps. The selected item can be returned to the calling controller as a CLLocationCoordinate2D.",
6   "homepage": "https://github.com/koogawa/LocationPickerController",
7   "screenshots": "https://raw.githubusercontent.com/koogawa/LocationPickerController/master/demo.gif",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "Kosuke Ogawa": "koogawa.app@gmail.com"
14   },
15   "social_media_url": "https://twitter.com/koogawa",
16   "platforms": {
17     "ios": "8.0"
18   },
19   "source": {
20     "git": "https://github.com/koogawa/LocationPickerController.git",
21     "tag": "2.2.0"
22   },
23   "source_files": "LocationPickerController/*.swift",
24   "exclude_files": "Classes/Exclude",
25   "frameworks": [
26     "UIKit",
27     "CoreLocation",
28     "MapKit"
29   ],
30   "requires_arc": true