blob: d92b7579a9d5339766bae8ee012f79eb41a7eb24 [file] [log] [blame]
{
"name": "MMDB-Swift",
"version": "0.2.7",
"summary": "A wrapper for MaxMind DB",
"description": "A tiny wrapper for libmaxminddb which allows you to lookup\nGeo data by IP address.",
"homepage": "https://github.com/lexrus/MMDB-Swift",
"license": {
"type": "APACHE 2.0",
"file": "LICENSE"
},
"authors": {
"Lex Tang": "lexrus@gmail.com"
},
"social_media_url": "https://twitter.com/lexrus",
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"source": {
"git": "https://github.com/lexrus/MMDB-Swift.git",
"tag": "0.2.7"
},
"source_files": [
"MMDB/MMDB.swift",
"MMDB/maxminddb*.{h,c}"
],
"ios": {
"public_header_files": [
"MMDB/maxminddb*.h",
"MMDB-iOS/MMDB.h"
]
},
"osx": {
"public_header_files": [
"MMDB/maxminddb*.h",
"MMDB-OSX/MMDB.h"
]
},
"prepare_command": "./update_database.sh",
"resources": "MMDB/GeoLite2-Country.mmdb",
"frameworks": "Foundation",
"requires_arc": true,
"pushed_with_swift_version": "3.1"
}