blob: 6c02fb9eb9cc5f4aae56e82294acfe9bf4db6ab9 [file] [log] [blame]
{
"name": "JWT",
"version": "2.2.0",
"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": "2.2.0"
},
"platforms": {
"ios": "6.0",
"osx": "10.8"
},
"source_files": "Classes/**/*.{h,m}",
"requires_arc": true,
"frameworks": "Security",
"dependencies": {
"Base64": [
"~> 1.1.2"
]
}
}