Skip to content

Commit

Permalink
0.2.4 Release
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimike committed Aug 21, 2015
1 parent f69a4db commit 0634747
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.3"
s.version = "0.2.4"
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.3' }
s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => 'v0.2.4' }
s.source_files = "FirebaseUI/**/*.{h,m}"
s.dependency "Firebase", "~> 2.2"
s.platform = :ios
Expand Down

0 comments on commit 0634747

Please sign in to comment.