From 8a4856ddd77910950aa2b0f9e237e0209580503c Mon Sep 17 00:00:00 2001 From: Shai Mishali Date: Mon, 26 Feb 2018 17:14:41 -0500 Subject: [PATCH] RxAlamofire 4.1.0 --- CHANGELOG.md | 6 ++++++ RxAlamofire.podspec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d3cacd2b..42c70db4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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. diff --git a/RxAlamofire.podspec b/RxAlamofire.podspec index a9b20794..f9b2be1f 100644 --- a/RxAlamofire.podspec +++ b/RxAlamofire.podspec @@ -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'