blob: 51030b33db3ff160fefe0a05c38dacdac74054e9 [file] [log] [blame]
{
"name": "FCIPAddressGeocoder",
"version": "1.0.2",
"license": {
"type": "UNLICENSE"
},
"homepage": "https://github.com/fabiocaccamo/FCIPAddressGeocoder",
"authors": {
"Fabio Caccamo": "fabio.caccamo@gmail.com"
},
"summary": "iOS Geocoder for geocode device IP Address location using FreeGeoIP service and a block-based syntax.",
"source": {
"git": "https://github.com/fabiocaccamo/FCIPAddressGeocoder.git",
"tag": "1.0.2"
},
"source_files": "FCIPAddressGeocoder/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"requires_arc": true
}