Skip to content

Commit

Permalink
Bump to v0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
delba committed May 26, 2016
1 parent e52d7df commit cc6ec13
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions SwiftyOAuth.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = "SwiftyOAuth"
s.version = "0.2"
s.version = "0.3"
s.license = { :type => "MIT" }
s.homepage = "https://github.com/delba/SwiftyOAuth"
s.author = { "Damien" => "[email protected]" }
s.summary = "A small OAuth library with a built-in set of providers"
s.source = { :git => "https://github.com/delba/SwiftyOAuth.git", :tag => "v0.2" }
s.source = { :git => "https://github.com/delba/SwiftyOAuth.git", :tag => "v0.3" }

s.ios.deployment_target = "8.0"

Expand Down

0 comments on commit cc6ec13

Please sign in to comment.