4 "summary": "A wrapper for MaxMind DB",
5 "description": "A tiny wrapper for libmaxminddb which allows you to lookup\nGeo data by IP address.",
6 "homepage": "https://github.com/lexrus/MMDB-Swift",
12 "Lex Tang": "lexrus@gmail.com"
14 "social_media_url": "https://twitter.com/lexrus",
20 "git": "https://github.com/lexrus/MMDB-Swift.git",
25 "Sources/libmaxminddb/maxminddb*.{h,c}"
28 "public_header_files": [
29 "Sources/libmaxminddb/maxminddb*.h",
34 "public_header_files": [
35 "Sources/libmaxminddb/maxminddb*.h",
39 "prepare_command": "./update_database.sh",
40 "resources": "Sources/libmaxminddb/GeoLite2-Country.mmdb",
41 "frameworks": "Foundation",