[Add] FCNews 0.3.26
[CocoaPods.git] / Specs / 9 / 1 / e / NKJWT / 0.1.0 / NKJWT.podspec.json
blobf32ab775cca839ed58fee36efcafafabae464fd8
2   "name": "NKJWT",
3   "version": "0.1.0",
4   "summary": "NKJWT is a lightweight JSON Web Token library",
5   "description": "                   NKJWT is a lightweight JSON Web Token library.\n                   Easily create / update / verify tokens with a few lines of code.\n",
6   "homepage": "https://github.com/NKJWT/NKJWT",
7   "license": "MIT",
8   "authors": "Dmitrii Ivashko",
9   "platforms": {
10     "ios": "7.0"
11   },
12   "source": {
13     "git": "https://github.com/NKJWT/NKJWT.git",
14     "tag": "v0.1.0"
15   },
16   "source_files": "src/**/*.{h,m}",
17   "public_header_files": "src/**/*.h",
18   "requires_arc": true