File tree 4 files changed +5
-5
lines changed
4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = 'OktaAuthSdk'
3
- s . version = '2.3 .0'
3
+ s . version = '2.4 .0'
4
4
s . summary = 'SDK for Okta native authentication.'
5
5
s . description = <<-DESC
6
6
Integrate your native app with Okta.
@@ -14,7 +14,7 @@ Integrate your native app with Okta.
14
14
s . ios . deployment_target = '10.0'
15
15
s . osx . deployment_target = '10.14'
16
16
s . source_files = 'Source/**/*'
17
- s . swift_version = '4.2 '
17
+ s . swift_version = '5.0 '
18
18
s . exclude_files = [
19
19
'Source/Info.plist'
20
20
]
Original file line number Diff line number Diff line change 17
17
<key >CFBundlePackageType </key >
18
18
<string >FMWK </string >
19
19
<key >CFBundleShortVersionString </key >
20
- <string >2.3 .0 </string >
20
+ <string >2.4 .0 </string >
21
21
<key >CFBundleVersion </key >
22
22
<string >$(CURRENT_PROJECT_VERSION) </string >
23
23
</dict >
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ import UIKit
17
17
#endif
18
18
19
19
public func sdkVersion( ) -> String {
20
- return " 2.3 .0 "
20
+ return " 2.4 .0 "
21
21
}
22
22
23
23
internal func buildUserAgent( ) -> String {
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >BNDL </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >2.3 .0 </string >
18
+ <string >2.4 .0 </string >
19
19
<key >CFBundleVersion </key >
20
20
<string >1 </string >
21
21
</dict >
You can’t perform that action at this time.
0 commit comments