[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / a / 5 / 2 / MMDB-Swift / 0.2.3 / MMDB-Swift.podspec.json
blob8533b1c4ffd84b2013a36cb5a50cf4b9351cab3e
2   "name": "MMDB-Swift",
3   "version": "0.2.3",
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.3"
22   },
23   "source_files": [
24     "Sources/MMDB.swift",
25     "MMDB/maxminddb*.{h,c}"
26   ],
27   "public_header_files": [
28     "MMDB/maxminddb*.h",
29     "MMDB-iOS/MMDB.h"
30   ],
31   "resources": "MMDB/GeoLite2-Country.mmdb",
32   "frameworks": "Foundation",
33   "requires_arc": true,
34   "pod_target_xcconfig": {
35     "GCC_PREPROCESSOR_DEFINITIONS": "MMDB_UINT128_IS_BYTE_ARRAY"
36   },
37   "pushed_with_swift_version": "3.1"