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