blob: 9c2aa536e0de7362ca54e0ba958b04c04ac205eb [file] [log] [blame]
{
"name": "JWT",
"version": "3.0.0-beta.8",
"summary": "A JSON Web Token implementation in Objective-C.",
"homepage": "https://github.com/yourkarma/JWT",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Klaas Pieter Annema": "klaaspieter@annema.me"
},
"source": {
"git": "https://github.com/yourkarma/JWT.git",
"tag": "3.0.0-beta.8"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "Core/**/*.{h,m}",
"module_name": "JWT",
"module_map": "Core/FrameworkSupplement/Map.modulemap",
"requires_arc": true,
"frameworks": "Security",
"dependencies": {
"Base64": [
"~> 1.1.2"
]
}
}