Skip to content

Commit

Permalink
adding back the v
Browse files Browse the repository at this point in the history
  • Loading branch information
asciimike committed Oct 3, 2015
1 parent 0dacfb9 commit abf160f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FirebaseUI.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
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 => 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
Expand Down

0 comments on commit abf160f

Please sign in to comment.