Commit f03ed11c authored by Fabio Pelosin's avatar Fabio Pelosin

Save Git chaches in ~/Library/Caches/CocoaPods/Git.

parent b7baee96
...@@ -56,7 +56,7 @@ module Pod ...@@ -56,7 +56,7 @@ module Pod
end end
def caches_dir def caches_dir
Pathname.new "/var/tmp/CocoaPods/Git" Pathname.new(File.expand_path("~/Library/Caches/CocoaPods/Git"))
end end
def clone_url def clone_url
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment