Skip to content

Commit c480f0a

Browse files
committed
0.2.2 Version bump.0.2.2 Version bump.
1 parent 33bd35d commit c480f0a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FirebaseUI.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
Pod::Spec.new do |s|
22
s.name = "FirebaseUI"
3-
s.version = "0.2.1"
3+
s.version = "0.2.2"
44
s.summary = "UI binding libraries for Firebase."
55
s.homepage = "https://github.com/firebase/FirebaseUI-iOS"
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { "Firebase" => "[email protected]" }
88
s.social_media_url = "https://twitter.com/firebase"
9-
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => 'v0.2.1' }
9+
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => 'v0.2.2' }
1010
s.source_files = "FirebaseUI/**/*.{h,m}"
1111
s.dependency "Firebase", "~> 2.2"
1212
s.platform = :ios

0 commit comments

Comments
 (0)