[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 6 / 1 / a / JSONWebToken / 2.2.0 / JSONWebToken.podspec.json
blobca6933b7b9fcde4a99f28d334492faebdb1acb44
2   "name": "JSONWebToken",
3   "version": "2.2.0",
4   "summary": "Swift library for JSON Web Tokens (JWT).",
5   "homepage": "https://github.com/kylef/JSONWebToken.swift",
6   "license": {
7     "type": "BSD",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Kyle Fuller": "kyle@fuller.li"
12   },
13   "source": {
14     "git": "https://github.com/kylef/JSONWebToken.swift.git",
15     "tag": "2.2.0"
16   },
17   "source_files": "Sources/*.swift",
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.9",
21     "tvos": "9.0",
22     "watchos": "2.0"
23   },
24   "requires_arc": true,
25   "module_name": "JWT",
26   "exclude_files": [
27     "Sources/HMACCryptoSwift.swift"
28   ],
29   "pod_target_xcconfig": {
30     "SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/JSONWebToken/"
31   },
32   "preserve_paths": "CommonCrypto/{shim.h,module.modulemap}",
33   "pushed_with_swift_version": "3.0"