Skip to content

Commit cc6ec13

Browse files
committed
Bump to v0.3
1 parent e52d7df commit cc6ec13

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftyOAuth.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftyOAuth"
3-
s.version = "0.2"
3+
s.version = "0.3"
44
s.license = { :type => "MIT" }
55
s.homepage = "https://github.com/delba/SwiftyOAuth"
66
s.author = { "Damien" => "damien@delba.io" }
77
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" }
8+
s.source = { :git => "https://github.com/delba/SwiftyOAuth.git", :tag => "v0.3" }
99

1010
s.ios.deployment_target = "8.0"
1111

0 commit comments

Comments
 (0)