File tree 3 files changed +9
-9
lines changed
3 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 1
- github "hyperoslo/Keychains" "1.0.0"
2
- github "auth0/JWTDecode.swift" " 2.0.0"
1
+ github "hyperoslo/Keychains" ~> 2.0
2
+ github "auth0/JWTDecode.swift" ~> 2.0
Original file line number Diff line number Diff line change 1
- github "auth0/JWTDecode.swift" "2.0.0 "
2
- github "hyperoslo/Keychain " "1 .0.0"
1
+ github "auth0/JWTDecode.swift" "2.1.1 "
2
+ github "hyperoslo/Keychains " "2 .0.0"
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |s |
2
2
s . name = "OhMyAuth"
3
3
s . summary = "Simple OAuth2 library with a support of multiple services."
4
- s . version = "1.2 .0"
4
+ s . version = "2.0 .0"
5
5
s . homepage = "https://github.com/hyperoslo/OhMyAuth"
6
6
s . license = 'MIT'
7
7
s . author = { "Hyper Interaktiv AS" => "[email protected] " }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
11
11
}
12
12
s . social_media_url = 'https://twitter.com/hyperoslo'
13
13
14
- s . ios . deployment_target = '8 .0'
14
+ s . ios . deployment_target = '9 .0'
15
15
s . osx . deployment_target = '10.11'
16
16
17
17
s . requires_arc = true
@@ -21,8 +21,8 @@ Pod::Spec.new do |s|
21
21
s . ios . frameworks = 'UIKit' , 'Foundation'
22
22
s . osx . frameworks = 'Cocoa' , 'Foundation'
23
23
24
- s . dependency 'Keychains' , '~> 1.0 .0'
25
- s . dependency 'JWTDecode' , '~> 2.0.0 '
24
+ s . dependency 'Keychains' , '~> 2 .0'
25
+ s . dependency 'JWTDecode' , '~> 2.0'
26
26
27
- s . pod_target_xcconfig = { 'SWIFT_VERSION' => '3 .0' }
27
+ s . pod_target_xcconfig = { 'SWIFT_VERSION' => '4 .0' }
28
28
end
You can’t perform that action at this time.
0 commit comments