blob: 87c41f07f8c108cef67ddfe5f51bcbb910df9067 [file] [log] [blame]
{
"name": "SwiftyJWT",
"version": "0.0.2",
"summary": "A library to generate JWT with Swift",
"homepage": "https://github.com/Wstunes/SwiftyJWT",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wstunes": "wangshuogr@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Wstunes/SwiftyJWT.git",
"tag": "0.0.2"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"SwiftyCrypto": [
"~> 0.0.1"
]
},
"swift_version": "4.0"
}