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 20, 2016
1 parent c81b7af commit 7b6e54f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions FirebaseUI.podspec
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
Pod::Spec.new do |s|
s.name = 'FirebaseUI'
s.version = '0.5.6-rc2'
s.version = '0.5.6-rc3'
s.summary = 'UI binding libraries for Firebase.'
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0', :file => 'FirebaseUIFrameworks/LICENSE' }
s.author = 'Firebase'
s.source = { :http => 'https://github.com/firebase/FirebaseUI-iOS/releases/download/v0.5.6-rc1/FirebaseUIFrameworks.zip' }
s.source = { :http => 'https://github.com/firebase/FirebaseUI-iOS/releases/download/v0.5.6-rc3/FirebaseUIFrameworks.zip' }
s.platform = :ios
s.ios.deployment_target = '7.0'
s.ios.framework = 'UIKit'
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.6-rc2'
s.version = '0.5.6-rc3'
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.6-rc2'
s.version = '0.5.6-rc3'
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.6-rc2'
s.version = '0.5.6-rc3'
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.6-rc2'
s.version = '0.5.6-rc3'
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.6-rc2'
s.version = '0.5.6-rc3'
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 7b6e54f

Please sign in to comment.