Skip to content

Commit

Permalink
update pod version
Browse files Browse the repository at this point in the history
  • Loading branch information
yramanchuk committed Sep 17, 2016
1 parent 16d66b1 commit 2945a7b
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion FirebaseUI.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseUI'
s.version = '0.5.5'
s.version = '0.5.6-rc1'
s.summary = 'UI binding libraries for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'FirebaseUIFrameworks/LICENSE' }
Expand Down
2 changes: 1 addition & 1 deletion FirebaseUI_dev_auth.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseAuthUI'
s.version = '0.5.5'
s.version = '0.5.6-rc1'
s.summary = 'UI Auth Base library for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0' }
Expand Down
2 changes: 1 addition & 1 deletion FirebaseUI_dev_db.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseDatabaseUI'
s.version = '0.5.5'
s.version = '0.5.6-rc1'
s.summary = 'Firebase Database UI binding library.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0' }
Expand Down
2 changes: 1 addition & 1 deletion FirebaseUI_dev_fb.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseFacebookAuthUI'
s.version = '0.5.5'
s.version = '0.5.6-rc1'
s.summary = 'Facebook UI binding library for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0' }
Expand Down
2 changes: 1 addition & 1 deletion FirebaseUI_dev_ggl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseGoogleAuthUI'
s.version = '0.5.5'
s.version = '0.5.6-rc1'
s.summary = 'Google UI binding library for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0' }
Expand Down
2 changes: 1 addition & 1 deletion FirebaseUI_dev_tw.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'FirebaseTwitterAuthUI'
s.version = '0.5.5'
s.version = '0.5.6-rc1'
s.summary = 'Twitter UI binding library for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0' }
Expand Down

0 comments on commit 2945a7b

Please sign in to comment.