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