Fixed local file paths in Podfile
Showing
... | ... | @@ -46,11 +46,9 @@ end |
def shared_main_pods | ||
pod 'AlamofireImage' | ||
pod "PIAAccountModule", :path => "/Users/jose/Projects/PIA/account" | ||
pod "PIAAccountModule", :git => "#{$git_root}/#{$accounts_repo}" | ||
pod "PIARegions", :git => "#{$git_root}/#{$regions_repo}" | ||
library_by_path('/Users/jose/Projects/PIA') | ||
#library_by_git('ba3cd1f') | ||
#library_by_version('~> 1.1.3') | ||
library_by_git('ba3cd1f') | ||
end | ||
def app_pods | ||
... | ... |
Please register or sign in to comment