We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f69a4db commit 0634747Copy full SHA for 0634747
FirebaseUI.podspec
@@ -1,12 +1,12 @@
1
Pod::Spec.new do |s|
2
s.name = "FirebaseUI"
3
- s.version = "0.2.3"
+ s.version = "0.2.4"
4
s.summary = "UI binding libraries for Firebase."
5
s.homepage = "https://github.com/firebase/FirebaseUI-iOS"
6
s.license = { :type => 'MIT', :file => 'LICENSE' }
7
s.author = { "Firebase" => "[email protected]" }
8
s.social_media_url = "https://twitter.com/firebase"
9
- 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' }
10
s.source_files = "FirebaseUI/**/*.{h,m}"
11
s.dependency "Firebase", "~> 2.2"
12
s.platform = :ios
0 commit comments