[Add] GizoSDK 2.0.2-alpha.05
[CocoaPods.git] / Specs / 5 / c / a / LocationPickerController / 2.3.0 / LocationPickerController.podspec.json
blobe3d9f317b988e85c01ca47538c2f0f5c25e4bb39
2   "name": "LocationPickerController",
3   "version": "2.3.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": "12.0"
18   },
19   "swift_versions": [
20     "4.2",
21     "5"
22   ],
23   "source": {
24     "git": "https://github.com/koogawa/LocationPickerController.git",
25     "tag": "2.3.0"
26   },
27   "source_files": "LocationPickerController/*.swift",
28   "exclude_files": "Classes/Exclude",
29   "frameworks": [
30     "UIKit",
31     "CoreLocation",
32     "MapKit"
33   ],
34   "requires_arc": true,
35   "swift_version": "5"