[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / a / 7 / 9 / GNGeocoder / 0.0.2 / GNGeocoder.podspec.json
blob3e855a5ec1433aa617eae6fc13a22adc25a17c9c
2   "name": "GNGeocoder",
3   "version": "0.0.2",
4   "summary": "Library wrapper for using Google Geocoding API",
5   "description": "                   Library wrapper for using Google Geocoding API.\n",
6   "homepage": "https://github.com/jakubknejzlik/GNGeocoder",
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     "osx": "10.8"
17   },
18   "source": {
19     "git": "https://github.com/jakubknejzlik/GNGeocoder.git",
20     "tag": "0.0.2"
21   },
22   "source_files": [
23     "GNGeocoder",
24     "GNGeocoder/**/*.{h,m}"
25   ],
26   "frameworks": [
27     "CoreLocation",
28     "MapKit"
29   ],
30   "requires_arc": true,
31   "dependencies": {
32     "AFNetworking": [
34     ],
35     "CWLSynthesizeSingleton": [
37     ]
38   }