[Add] TrinityAudioSDK 3.2.118
[CocoaPods.git] / Specs / 5 / 8 / a / KGWLocationPicker / 0.1.0 / KGWLocationPicker.podspec.json
bloba30066b513a438d8d60c20b2bd82b5e391db76e0
2   "name": "KGWLocationPicker",
3   "version": "0.1.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/KGWLocationPicker",
7   "license": "MIT",
8   "authors": {
9     "koogawa": "koogawa.app@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/koogawa/KGWLocationPicker.git",
13     "tag": "0.1.0"
14   },
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source_files": "KGWLocationPicker/*",
19   "resource_bundles": {
20     "KGWLocationPicker": [
21       "KGWLocationPicker/Assets/*.png"
22     ]
23   },
24   "frameworks": [
25     "UIKit",
26     "CoreLocation",
27     "MapKit"
28   ]