diff --git a/FirebaseUI.podspec b/FirebaseUI.podspec index 3a5f13b54b0..0a839c27865 100644 --- a/FirebaseUI.podspec +++ b/FirebaseUI.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |s| s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { "Firebase" => "support@firebase.com" } s.social_media_url = "https://twitter.com/firebase" - s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => s.version.to_s } + s.source = { :git => "https://github.com/firebase/FirebaseUI-iOS.git", :tag => v0.2.6 } s.source_files = "FirebaseUI/**/*.{h,m}" s.dependency "Firebase", "~> 2.4.1.1" s.platform = :ios