Skip to content

Commit 9041076

Browse files
committed
Change source path to local git repo for development cocoas pods
1 parent c24a430 commit 9041076

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

FirebaseUI_dev.podspec

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,7 @@ Pod::Spec.new do |s|
55
s.homepage = 'https://github.com/firebase/FirebaseUI-iOS'
66
s.license = { :type => 'Apache 2.0' }
77
s.author = 'Firebase'
8-
s.source = {
9-
:git => 'https://github.com/firebase/FirebaseUI-iOS.git',
10-
:tag => "v#{s.version}"}
8+
s.source = { :git => "../../FirebaseUI-iOS.git" }
119
s.platform = :ios
1210
s.ios.deployment_target = '8.0'
1311
s.ios.framework = 'UIKit'

0 commit comments

Comments
 (0)