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