Skip to content

Commit 66aeb74

Browse files
committed
Update README
1 parent 25fd5b4 commit 66aeb74

File tree

1 file changed

+19
-3
lines changed

1 file changed

+19
-3
lines changed

README.md

Lines changed: 19 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
[![Build Status](https://api.travis-ci.org/thibaultCha/TCBlobDownload.png)](https://travis-ci.org/thibaultCha/TCBlobDownload)
44

5-
This library uses **NSOperations** to download big files (typically videos, music... well: BLOBs) using **NSURLConnection** in background threads. This is a static library, very easy to import in your project and it allows you to pull the latest updates. Installation steps are explained in usage section.
5+
This library uses **NSOperations** to download big files (typically videos, music... well: BLOBs) using **NSURLConnection** in background threads.
66

77
Tested with files from ~150MB to ~1.2GB, mostly videos. It currently only supports ARC.
88

@@ -71,9 +71,18 @@ Requires **iOS 5.0 or later**.
7171
```
7272

7373
## Usage
74-
### Import library
7574

76-
Soon on Cocoapods.
75+
### Cocoapods
76+
77+
Add the following to your Podfile and run `$ pod install`:
78+
79+
```ruby
80+
pod 'MSDynamicsDrawerViewController'
81+
```
82+
83+
If you don't have CocoaPods installed or integrated into your project, you can learn how to do so [here](http://cocoapods.org).
84+
85+
### Import as static library
7786

7887
1. Drag and drop `TCBlobDownload.xcodeproj` from Finder to your opened project.
7988
2. Open your Project's Target -> Build Phases -> **Target Dependencies** and add `TCBlobDownload`. Then, click **Link binary with libraries** and add `libTCBlobDownload.a` (no worries if it's red).
@@ -151,6 +160,13 @@ You can either set a delegate which can implement those optional methods if dele
151160
**Cool thing 2:** You can also set dependencies in your downloads using the `addDependentDownload:` method from TCBlobDownload. (See [NSOperation Class Reference](http://developer.apple.com/library/mac/#documentation/Cocoa/Reference/NSOperation_class/Reference/Reference.html) and the `addDependency:` method in particular.)
152161

153162
## Change log
163+
164+
### v1.4.0 (11/19/2013)
165+
* Unit testing
166+
* HTTP error status code handling [#3](https://github.com/thibaultCha/TCBlobDownload/pull/3)
167+
* Manager returns created downloads [#5](https://github.com/thibaultCha/TCBlobDownload/pull/5)
168+
* Cocoapods relase
169+
154170
### v1.3.1 (6/01/2013)
155171
* Bug fix
156172

0 commit comments

Comments
 (0)