blob: 30c7684757a861640fc3ce7b0082cdb7f6df81be [file] [log] [blame]
{
"name": "FCCurrentLocationGeocoder",
"version": "1.0.3",
"license": {
"type": "UNLICENSE"
},
"homepage": "https://github.com/fabiocaccamo/FCCurrentLocationGeocoder",
"authors": {
"Fabio Caccamo": "fabio.caccamo@gmail.com"
},
"summary": "iOS Class on top of LocationManager and CLGeocoder for geocode/reverse-geocode user current location using a block-based syntax.",
"source": {
"git": "https://github.com/fabiocaccamo/FCCurrentLocationGeocoder.git",
"tag": "1.0.3"
},
"source_files": "FCCurrentLocationGeocoder/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"requires_arc": true
}