[Add] TensorFlowLiteSwift 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / b / 2 / 4 / JWTCodable / 1.3.0 / JWTCodable.podspec.json
blob90792d87d973ae1c663f077b10b04bc5ff09a079
2   "name": "JWTCodable",
3   "version": "1.3.0",
4   "summary": "JSON Web Tokens Codable 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/JWTEncoder/JWTEncoder/**/*.swift",
23     "JWTCodable/JWTDecoder/JWTDecoder/**/*.swift",
24     "JWTCodable/Extensions/**/*.swift"
25   ],
26   "requires_arc": true,
27   "swift_version": "5.1"