Update Podfile to PIALibrary and Tunnel latest commit
This diff is collapsed.
... | ... | @@ -52,8 +52,8 @@ end |
def shared_main_pods | ||
pod 'AlamofireImage' | ||
library_by_path('/Users/ueshiba/Desktop/PIA') | ||
#library_by_git('09dd28c') | ||
#library_by_path('') | ||
library_by_git('00efd81') | ||
#library_by_version('~> 1.1.3') | ||
end | ||
... | ... | @@ -68,8 +68,8 @@ def app_pods |
end | ||
def tunnel_pods | ||
tunnel_by_path('/Users/ueshiba/Desktop/PIA') | ||
#tunnel_by_git('e40e891') | ||
#tunnel_by_path('') | ||
tunnel_by_git('bd53e0a') | ||
#tunnel_by_version('~> 1.1.6') | ||
end | ||
... | ... |
Please register or sign in to comment