CocoaPods / cocoapods-downloader

A small library that provides downloaders for various source types (HTTP/SVN/Git/Mercurial)
MIT License
84 stars 72 forks source link

How can i judge whether download is failed or successed #50

Closed self-creative closed 9 years ago

self-creative commented 9 years ago

HI: Now I write a ruby script for auto download source code, and i want to konw whether download is failed or successed,and how can I judge it

segiddins commented 9 years ago

The download method should raise an exception of downloading failed.

self-creative commented 9 years ago

THX ,so much