Skip to content

Commit

Permalink
Change source path to local git repo for development cocoas pods
Browse files Browse the repository at this point in the history
  • Loading branch information
yramanchuk committed Sep 8, 2016
1 parent c24a430 commit 9041076
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions FirebaseUI_dev.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
s.license = { :type => 'Apache 2.0' }
s.author = 'Firebase'
s.source = {
:git => 'https://github.com/firebase/FirebaseUI-iOS.git',
:tag => "v#{s.version}"}
s.source = { :git => "../../FirebaseUI-iOS.git" }
s.platform = :ios
s.ios.deployment_target = '8.0'
s.ios.framework = 'UIKit'
Expand Down

0 comments on commit 9041076

Please sign in to comment.