[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 5 / 2 / MMDB-Swift / 0.2.9 / MMDB-Swift.podspec.json
blob75f3d76c2b2441d0dfeff26faa299907410d8fd7
2   "name": "MMDB-Swift",
3   "version": "0.2.9",
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   "source": {
20     "git": "https://github.com/lexrus/MMDB-Swift.git",
21     "tag": "0.2.9"
22   },
23   "source_files": [
24     "Sources/MMDB.swift",
25     "Sources/libmaxminddb/maxminddb*.{h,c}"
26   ],
27   "ios": {
28     "public_header_files": [
29       "Sources/libmaxminddb/maxminddb*.h",
30       "Sources/MMDB.h"
31     ]
32   },
33   "osx": {
34     "public_header_files": [
35       "Sources/libmaxminddb/maxminddb*.h",
36       "Sources/MMDB.h"
37     ]
38   },
39   "prepare_command": "./update_database.sh",
40   "resources": "Sources/libmaxminddb/GeoLite2-Country.mmdb",
41   "frameworks": "Foundation",
42   "requires_arc": true