[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 7 / a / 5 / QMGeocoder / 1.0.2 / QMGeocoder.podspec.json
bloba797dad26a76605a1a27feedbce11d80a620f537
2   "name": "QMGeocoder",
3   "version": "1.0.2",
4   "summary": "A geocoder instance that use apple or google geocoding services",
5   "description": "A geocoder instance that use apple or google geocoding services. It represent results in convinient way, using QMLocationInfo to do it. QMLocationInfo could come across other frameworks that I pushed.",
6   "homepage": "https://github.com/truebucha/QMGeocoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "truebucha": "truebucha@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/truebucha/QMGeocoder.git",
16     "tag": "1.0.2"
17   },
18   "social_media_url": "https://twitter.com/truebucha",
19   "platforms": {
20     "ios": "10.0",
21     "osx": "10.10"
22   },
23   "source_files": "QMGeocoder/Classes/**/*",
24   "public_header_files": "QMGeocoder/Classes/*.h",
25   "frameworks": "Foundation",
26   "dependencies": {
27     "LocationInfo": [
28       "~> 1.0"
29     ],
30     "LocationInfo/LMGeocoder": [
31       "~> 1.0"
32     ],
33     "LocationInfo/AppleGeocoder": [
34       "~> 1.0"
35     ],
36     "LMGeocoderUniversal": [
37       "~> 1.2"
38     ]
39   }