Skip to content

Commit f444865

Browse files
committed
Update depdendencies
1 parent 296157e commit f444865

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

Cartfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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

Cartfile.resolved

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
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"

OhMyAuth.podspec

+5-5
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |s|
22
s.name = "OhMyAuth"
33
s.summary = "Simple OAuth2 library with a support of multiple services."
4-
s.version = "1.2.0"
4+
s.version = "2.0.0"
55
s.homepage = "https://github.com/hyperoslo/OhMyAuth"
66
s.license = 'MIT'
77
s.author = { "Hyper Interaktiv AS" => "[email protected]" }
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
}
1212
s.social_media_url = 'https://twitter.com/hyperoslo'
1313

14-
s.ios.deployment_target = '8.0'
14+
s.ios.deployment_target = '9.0'
1515
s.osx.deployment_target = '10.11'
1616

1717
s.requires_arc = true
@@ -21,8 +21,8 @@ Pod::Spec.new do |s|
2121
s.ios.frameworks = 'UIKit', 'Foundation'
2222
s.osx.frameworks = 'Cocoa', 'Foundation'
2323

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'
2626

27-
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '3.0' }
27+
s.pod_target_xcconfig = { 'SWIFT_VERSION' => '4.0' }
2828
end

0 commit comments

Comments
 (0)