blob: 4b3d7c5bbab37e82530f60b07cb93dc4e2118c9e [file] [log] [blame]
{
"name": "FCIPAddressGeocoder",
"version": "1.1.1",
"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 GeoIP service(s) and a block-based syntax.",
"source": {
"git": "https://github.com/fabiocaccamo/FCIPAddressGeocoder.git",
"tag": "1.1.1"
},
"source_files": "FCIPAddressGeocoder/*.{h,m}",
"platforms": {
"ios": "5.0"
},
"frameworks": [
"Foundation",
"UIKit",
"CoreLocation"
],
"requires_arc": true
}