blob: a797dad26a76605a1a27feedbce11d80a620f537 [file] [log] [blame]
{
"name": "QMGeocoder",
"version": "1.0.2",
"summary": "A geocoder instance that use apple or google geocoding services",
"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.",
"homepage": "https://github.com/truebucha/QMGeocoder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"truebucha": "truebucha@gmail.com"
},
"source": {
"git": "https://github.com/truebucha/QMGeocoder.git",
"tag": "1.0.2"
},
"social_media_url": "https://twitter.com/truebucha",
"platforms": {
"ios": "10.0",
"osx": "10.10"
},
"source_files": "QMGeocoder/Classes/**/*",
"public_header_files": "QMGeocoder/Classes/*.h",
"frameworks": "Foundation",
"dependencies": {
"LocationInfo": [
"~> 1.0"
],
"LocationInfo/LMGeocoder": [
"~> 1.0"
],
"LocationInfo/AppleGeocoder": [
"~> 1.0"
],
"LMGeocoderUniversal": [
"~> 1.2"
]
}
}