[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 1 / 2 / d / OktaJWT / 2.3.2 / OktaJWT.podspec.json
blobfe4d24a4ce9226a5361717996a34dbc3c6e0615d
2   "name": "OktaJWT",
3   "version": "2.3.2",
4   "summary": "A JWT verification library",
5   "description": "Library to validate JSON Web Tokens.",
6   "platforms": {
7     "ios": "12.0",
8     "watchos": "6.0",
9     "osx": "10.14"
10   },
11   "homepage": "https://github.com/okta/okta-ios-jwt",
12   "license": {
13     "type": "Apache-2.0",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Okta Developers": "developers@okta.com"
18   },
19   "source": {
20     "git": "https://github.com/okta/okta-ios-jwt.git",
21     "tag": "2.3.2"
22   },
23   "social_media_url": "https://twitter.com/oktaDev",
24   "source_files": "Sources/**/*.{h,m,swift}",
25   "ios": {
26     "exclude_files": "Sources/**/macOS/**"
27   },
28   "watchos": {
29     "exclude_files": "Sources/**/macOS/**"
30   },
31   "osx": {
32     "exclude_files": "Sources/**/iOS/**"
33   },
34   "swift_versions": "4.2",
35   "swift_version": "4.2"