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