[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / a / 5 / 2 / MMDB-Swift / 0.4.0 / MMDB-Swift.podspec.json
blob98b3e2f9333040a16ecebff128d2d1d3add50664
2   "name": "MMDB-Swift",
3   "version": "0.4.0",
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",
7   "license": {
8     "type": "APACHE 2.0",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Lex Tang": "lexrus@gmail.com"
13   },
14   "social_media_url": "https://twitter.com/lexrus",
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "swift_versions": "5.0",
20   "source": {
21     "git": "https://github.com/lexrus/MMDB-Swift.git",
22     "tag": "0.4.0"
23   },
24   "source_files": [
25     "Sources/MMDB.swift",
26     "Sources/libmaxminddb/*.{h,c}"
27   ],
28   "ios": {
29     "public_header_files": [
30       "Sources/libmaxminddb/*.h",
31       "Sources/MMDB.h"
32     ]
33   },
34   "osx": {
35     "public_header_files": [
36       "Sources/libmaxminddb/*.h",
37       "Sources/MMDB.h"
38     ]
39   },
40   "prepare_command": "./update_database.sh",
41   "resources": "Sources/libmaxminddb/GeoLite2-Country.mmdb",
42   "frameworks": "Foundation",
43   "requires_arc": true,
44   "swift_version": "5.0"