[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 7 / 4 / 0 / GNMapOpener / 0.0.4 / GNMapOpener.podspec.json
blobc8cb9f48a3b968737feea505b9e46fc88fcc58b9
2   "name": "GNMapOpener",
3   "version": "0.0.4",
4   "summary": "Wrapper for opening map location in map services.",
5   "description": "Wrapper for opening map location in map services using Google or Apple Maps",
6   "homepage": "https://github.com/jakubknejzlik/GNMapOpener",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Jakub Knejzlik": "jakub.knejzlik@gmail.com"
13   },
14   "platforms": {
15     "ios": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/jakubknejzlik/GNMapOpener.git",
19     "tag": "0.0.4"
20   },
21   "source_files": "GNMapOpener/**/*.{h,m}",
22   "frameworks": [
23     "CoreLocation",
24     "MapKit"
25   ],
26   "requires_arc": true,
27   "dependencies": {
28     "CWLSynthesizeSingleton": [
29       "~> 1.0"
30     ],
31     "UIActionSheet+Blocks": [
32       "0.8"
33     ],
34     "OpenInGoogleMaps": [
35       "~> 0.1"
36     ]
37   }