blob: f32ab775cca839ed58fee36efcafafabae464fd8 [file] [log] [blame]
{
"name": "NKJWT",
"version": "0.1.0",
"summary": "NKJWT is a lightweight JSON Web Token library",
"description": " NKJWT is a lightweight JSON Web Token library.\n Easily create / update / verify tokens with a few lines of code.\n",
"homepage": "https://github.com/NKJWT/NKJWT",
"license": "MIT",
"authors": "Dmitrii Ivashko",
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/NKJWT/NKJWT.git",
"tag": "v0.1.0"
},
"source_files": "src/**/*.{h,m}",
"public_header_files": "src/**/*.h",
"requires_arc": true
}