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 e52d7df commit cc6ec13Copy full SHA for cc6ec13
SwiftyOAuth.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftyOAuth"
3
- s.version = "0.2"
+ s.version = "0.3"
4
s.license = { :type => "MIT" }
5
s.homepage = "https://github.com/delba/SwiftyOAuth"
6
s.author = { "Damien" => "damien@delba.io" }
7
s.summary = "A small OAuth library with a built-in set of providers"
8
- s.source = { :git => "https://github.com/delba/SwiftyOAuth.git", :tag => "v0.2" }
+ s.source = { :git => "https://github.com/delba/SwiftyOAuth.git", :tag => "v0.3" }
9
10
s.ios.deployment_target = "8.0"
11
0 commit comments