blob: c0df8a868a4d0a54428c6ccfcb47f83122744542 [file] [log] [blame]
{
"name": "FCCurrentLocationGeocoder",
"version": "1.1.9",
"license": {
"type": "UNLICENSE"
},
"homepage": "https://github.com/fabiocaccamo/FCCurrentLocationGeocoder",
"authors": {
"Fabio Caccamo": "fabio.caccamo@gmail.com"
},
"summary": "iOS Geocoder for forward geocode and reverse geocode user's current location (optional GeoIP support) using a block-based syntax.",
"source": {
"git": "https://github.com/fabiocaccamo/FCCurrentLocationGeocoder.git",
"tag": "1.1.9"
},
"source_files": "FCCurrentLocationGeocoder/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"requires_arc": true,
"dependencies": {
"FCIPAddressGeocoder": [
"~> 1.0.0"
]
}
}