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