Skip to content

Commit

Permalink
Update README and pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
chasseurmic committed Sep 22, 2014
1 parent 4c0fd1f commit 08311bd
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
10 changes: 9 additions & 1 deletion README.md
Expand Up @@ -13,10 +13,14 @@ TWRDownloadManager leverages the power of `NSURLSession` and `NSURLSessionDownlo

**09.22.2014 - UPDATE!!!**

In v1.0.0 `TWRDownloadManager` now supports background modes. The API has changed so it’s not backwards compatible, hence its bump to v1.0.0. See the documentation below for further information.
**v1.0.0** of `TWRDownloadManager` now supports background modes. The API has changed so it’s not backwards compatible, hence its bump to v1.0.0. See the documentation below for further information.

A demo project has also been added to showcase the use of the download manager in its simplest form.

**v1.1.0** of `TWRDownloadManager` adds the ability to pass a block when creating the download to keep track of an estimated remaining download time. The algorithm can definitely be improved but it works.

Updated demo project.


## Installing the library

Expand Down Expand Up @@ -224,3 +228,7 @@ Now in your code, whenever you set up a new cell you can get the cell's own prog
## License

Usage is provided under the [MIT License](http://opensource.org/licenses/mit-license.php). See LICENSE for the full details.

## Contributions

All contributions are welcome. Please fork the project to add functionalities and open a pull request to have them merged into the master branch in the next releases.
4 changes: 2 additions & 2 deletions TWRDownloadManager.podspec
Expand Up @@ -9,7 +9,7 @@
Pod::Spec.new do |s|

s.name = "TWRDownloadManager"
s.version = "1.0.0"
s.version = "1.1.0"
s.summary = "A modern download manager based on NSURLSession to deal with asynchronous downloading, management and persistence of multiple files."
s.homepage = "https://github.com/chasseurmic/TWRDownloadManager"

Expand All @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
s.social_media_url = "http://twitter.com/chasseurmic"
s.source = {
:git => "https://github.com/chasseurmic/TWRDownloadManager.git",
:tag => "1.0.0"
:tag => "1.1.0"
}

s.platform = :ios, '7.0'
Expand Down

0 comments on commit 08311bd

Please sign in to comment.