[Add] BideaseConnect 1.0.79
[CocoaPods.git] / Specs / 9 / 1 / 7 / JWTsSwift / 0.1.1 / JWTsSwift.podspec.json
blob0cc5fdef52d57199ed9234816bbf05be8c772322
2   "name": "JWTsSwift",
3   "version": "0.1.1",
4   "summary": "JWS and JWT Swift Library. Supported only secp256k1(ES256K)",
5   "description": "JWS and JWT Swift Library. Supported only secp256k1(ES256K)",
6   "homepage": "https://github.com/METADIUM/JWTsSwift",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "YoungBaeJeon": "mansud0206@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/METADIUM/JWTsSwift.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "11.0"
20   },
21   "source_files": "JWTsSwift/Classes/**/*",
22   "dependencies": {
23     "secp256k1_swift": [
25     ]
26   }