[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / a / 5 / 2 / MMDB-Swift / 0.2.7 / MMDB-Swift.podspec.json
blobd92b7579a9d5339766bae8ee012f79eb41a7eb24
2   "name": "MMDB-Swift",
3   "version": "0.2.7",
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.7"
22   },
23   "source_files": [
24     "MMDB/MMDB.swift",
25     "MMDB/maxminddb*.{h,c}"
26   ],
27   "ios": {
28     "public_header_files": [
29       "MMDB/maxminddb*.h",
30       "MMDB-iOS/MMDB.h"
31     ]
32   },
33   "osx": {
34     "public_header_files": [
35       "MMDB/maxminddb*.h",
36       "MMDB-OSX/MMDB.h"
37     ]
38   },
39   "prepare_command": "./update_database.sh",
40   "resources": "MMDB/GeoLite2-Country.mmdb",
41   "frameworks": "Foundation",
42   "requires_arc": true,
43   "pushed_with_swift_version": "3.1"