[Add] IPDSDK 2.0.0.3
[CocoaPods.git] / Specs / 8 / 4 / d / SwiftyJWT / 0.0.2 / SwiftyJWT.podspec.json
blob87c41f07f8c108cef67ddfe5f51bcbb910df9067
2   "name": "SwiftyJWT",
3   "version": "0.0.2",
4   "summary": "A library to generate JWT with Swift",
5   "homepage": "https://github.com/Wstunes/SwiftyJWT",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Wstunes": "wangshuogr@qq.com"
12   },
13   "platforms": {
14     "ios": "8.0"
15   },
16   "source": {
17     "git": "https://github.com/Wstunes/SwiftyJWT.git",
18     "tag": "0.0.2"
19   },
20   "source_files": "Sources/**/*.swift",
21   "dependencies": {
22     "SwiftyCrypto": [
23       "~> 0.0.1"
24     ]
25   },
26   "swift_version": "4.0"