blob: 0d6215abcf216d4b20d8348aa7b17b6f08ffea22 [file] [log] [blame]
{
"name": "SwiftyJWT",
"version": "0.0.3",
"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.3"
},
"source_files": "Sources/**/*.swift",
"dependencies": {
"SwiftyCrypto": [
"~> 0.0.1"
]
},
"swift_version": "4.0"
}