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