Skip to content

Commit

Permalink
RxAlamofire 4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
freak4pc committed Feb 26, 2018
1 parent b9afea9 commit 8a4856d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ All notable changes to this project will be documented in this file.

#### Updated

#### Fixed

## 4.1.0

#### Updated

* Rename `RxProgress.totalBytesWritten` to `RxProgress.bytesRemaining`.
* Rename `RxProgress.totalBytesExpectedToWrite` to `RxProgress.totalBytes`.
* Convert `RxProgress.bytesRemaining` from a stored- to a computed-property.
Expand Down
2 changes: 1 addition & 1 deletion RxAlamofire.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Pod::Spec.new do |s|
s.license = 'MIT'
s.summary = 'RxSwift wrapper around the elegant HTTP networking in Swift Alamofire'
s.homepage = 'https://github.com/RxSwiftCommunity/RxAlamofire'
s.authors = { 'Junior B.' => 'info@bonto.ch' }
s.authors = { 'RxSwift Community' => 'community@rxswift.org' }
s.source = { :git => 'https://github.com/RxSwiftCommunity/RxAlamofire.git', :tag => s.version }

s.ios.deployment_target = '8.0'
Expand Down

0 comments on commit 8a4856d

Please sign in to comment.