[Add] Leopard-iOS 2.0.2
[CocoaPods.git] / Specs / e / 6 / 1 / AurycJSONWebToken / 2.5.1 / AurycJSONWebToken.podspec.json
blobe11f49a95bd255f74184ebeb74dab334e122a026
2   "name": "AurycJSONWebToken",
3   "version": "2.5.1",
4   "summary": "Swift library for JSON Web Tokens (JWT).",
5   "homepage": "https://auryc-inc.github.io/AurycJSONWebToken/",
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/auryc-inc/AurycJSONWebToken.git",
15     "tag": "2.5.1"
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}"