blob: e11f49a95bd255f74184ebeb74dab334e122a026 [file] [log] [blame]
{
"name": "AurycJSONWebToken",
"version": "2.5.1",
"summary": "Swift library for JSON Web Tokens (JWT).",
"homepage": "https://auryc-inc.github.io/AurycJSONWebToken/",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"authors": {
"Kyle Fuller": "kyle@fuller.li"
},
"source": {
"git": "https://github.com/auryc-inc/AurycJSONWebToken.git",
"tag": "2.5.1"
},
"source_files": "Sources/*.swift",
"platforms": {
"ios": "8.0",
"osx": "10.9",
"tvos": "9.0",
"watchos": "2.0"
},
"requires_arc": true,
"module_name": "JWT",
"exclude_files": [
"Sources/HMACCryptoSwift.swift"
],
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "$(PODS_ROOT)/JSONWebToken/"
},
"preserve_paths": "CommonCrypto/{shim.h,module.modulemap}"
}