We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e3d2e9 commit bfce770Copy full SHA for bfce770
p2.OAuth2.podspec
@@ -7,7 +7,7 @@
7
8
Pod::Spec.new do |s|
9
s.name = "p2.OAuth2"
10
- s.version = "3.0.3"
+ s.version = "4.0.1"
11
s.summary = "OAuth2 framework for macOS, iOS and tvOS, written in Swift."
12
s.description = <<-DESC
13
OAuth2 frameworks for macOS, iOS and tvOS written in Swift.
@@ -35,6 +35,5 @@ Pod::Spec.new do |s|
35
s.osx.source_files = "Sources/macOS/*.swift"
36
s.tvos.source_files = "Sources/tvOS/*.swift"
37
38
- #s.dependency "SwiftKeychain", "~> 1.0"
39
s.ios.framework = "SafariServices"
40
end
0 commit comments