[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / 9 / 0 / 6 / JWTDecoder / 1.3.0 / JWTDecoder.podspec.json
blob224a81f1a95b8db1ce3435092f1fa9759e75b0fb
2   "name": "JWTDecoder",
3   "version": "1.3.0",
4   "summary": "JSON Web Tokens Decoder framework for iOS in swift",
5   "homepage": "https://github.com/knottx/JWTCodable",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Visarut Tippun": "knotto.vt@gmail.com"
12   },
13   "source": {
14     "git": "https://github.com/knottx/JWTCodable.git",
15     "tag": "1.3.0"
16   },
17   "swift_versions": "5.1",
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": [
22     "JWTCodable/JWTDecoder/JWTDecoder/**/*.swift",
23     "JWTCodable/Extensions/**/*.swift"
24   ],
25   "requires_arc": true,
26   "swift_version": "5.1"