[Add] PlanktonGameServicesSDK 5.2.1
[CocoaPods.git] / Specs / a / 5 / 2 / MMDB-Swift / 0.5.0 / MMDB-Swift.podspec.json
blobb509c02f6b42415287e1af7d1bb6210dc7026ec1
2   "name": "MMDB-Swift",
3   "version": "0.5.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.5.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   "frameworks": "Foundation",
41   "requires_arc": true,
42   "swift_version": "5.0"