blob: 10a34b1d0ff14cb5af79ec151c849c4b3072873f [file] [log] [blame]
{
"name": "JWT",
"version": "3.0.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": "3.0.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"
]
}
}