[Add] SpetrovOidc 2.9.0-beta2
[CocoaPods.git] / Specs / 0 / 5 / b / SwiftyJWTNew / 0.0.4 / SwiftyJWTNew.podspec.json
blob09acca9038733a176b7a456c8f57c9f8f35aed35
2   "name": "SwiftyJWTNew",
3   "version": "0.0.4",
4   "summary": "A library to generate JWT with Swift with iOS 16 update",
5   "homepage": "https://github.com/vizllx/SwiftyJWT",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "vizllx": "vizllx@gmail.com"
12   },
13   "platforms": {
14     "ios": "11.0"
15   },
16   "source": {
17     "git": "https://github.com/vizllx/SwiftyJWT.git",
18     "tag": "0.0.4"
19   },
20   "source_files": "Sources/**/*.swift",
21   "dependencies": {
22     "SwiftyCryptoNew": [
23       "~> 0.0.2"
24     ]
25   },
26   "swift_versions": "4.0",
27   "swift_version": "4.0"