Skip to content

Commit

Permalink
0.2.2 Version bump.0.2.2 Version bump.
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimike committed Aug 15, 2015
1 parent 33bd35d commit c480f0a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions FirebaseUI.podspec
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
Pod::Spec.new do |s|
s.name = "FirebaseUI"
s.version = "0.2.1"
s.version = "0.2.2"
s.summary = "UI binding libraries for Firebase."
s.homepage = "https://github.com/firebase/FirebaseUI-iOS"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Firebase" => "[email protected]" }
s.social_media_url = "https://twitter.com/firebase"
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => 'v0.2.1' }
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => 'v0.2.2' }
s.source_files = "FirebaseUI/**/*.{h,m}"
s.dependency "Firebase", "~> 2.2"
s.platform = :ios
Expand Down

0 comments on commit c480f0a

Please sign in to comment.