File tree Expand file tree Collapse file tree 3 files changed +4
-2
lines changed
Expand file tree Collapse file tree 3 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ import UIKit
1515public class OktaOidc : NSObject {
1616
1717 // Current version of the SDK
18- @objc public static let VERSION = " 3.0 .0 "
18+ @objc public static let VERSION = " 3.1 .0 "
1919
2020 // Cache Okta.plist for reference
2121 @objc public let configuration : OktaOidcConfig
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'OktaOidc'
3- s . version = '3.0 .0'
3+ s . version = '3.1 .0'
44 s . summary = 'SDK to easily integrate AppAuth with Okta'
55 s . description = <<-DESC
66Integrate your native app with Okta using the AppAuth library.
@@ -13,4 +13,5 @@ Integrate your native app with Okta using the AppAuth library.
1313
1414 s . ios . deployment_target = '9.0'
1515 s . source_files = 'Okta/**/*'
16+ s . swift_version = '4.2'
1617end
Original file line number Diff line number Diff line change 33[ ![ Version] ( https://img.shields.io/cocoapods/v/OktaOidc.svg?style=flat )] ( http://cocoapods.org/pods/OktaOidc )
44[ ![ License] ( https://img.shields.io/cocoapods/l/OktaOidc.svg?style=flat )] ( http://cocoapods.org/pods/OktaOidc )
55[ ![ Platform] ( https://img.shields.io/cocoapods/p/OktaOidc.svg?style=flat )] ( http://cocoapods.org/pods/OktaOidc )
6+ [ ![ Swift] ( https://img.shields.io/badge/swift-4.2-orange.svg?style=flat )] ( https://developer.apple.com/swift/ )
67
78# Okta Open ID Connect Library
89
You can’t perform that action at this time.
0 commit comments