diff --git a/AlamofireNetworkActivityIndicator.podspec b/AlamofireNetworkActivityIndicator.podspec index 21372c0..4fa1dc1 100644 --- a/AlamofireNetworkActivityIndicator.podspec +++ b/AlamofireNetworkActivityIndicator.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AlamofireNetworkActivityIndicator' - s.version = '1.0.1' + s.version = '1.1.0' s.license = 'MIT' s.summary = 'Controls the visibility of the network activity indicator on iOS using Alamofire' s.homepage = 'https://github.com/Alamofire/AlamofireNetworkActivityIndicator' diff --git a/CHANGELOG.md b/CHANGELOG.md index bb02ed9..ab8230a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,10 +4,32 @@ All notable changes to this project will be documented in this file. #### 1.x Releases +- `1.1.x` Releases - [1.1.0](#110) - `1.0.x` Releases - [1.0.0](#100) | [1.0.1](#101) --- +## [1.1.0](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/1.1.0) +Released on 2016-09-08. All issues associated with this milestone can be found using this +[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/issues?utf8=✓&q=milestone%3A1.1.0). + +#### Updated +- The build status badge in the README now only reports the status of the `master` branch. + - Updated by [Christian Noon](https://github.com/cnoon). +- The source, test and example code along with project settings to support Swift 2.2 + and Swift 2.3 simultaneously. + - Updated by [Christian Noon](https://github.com/cnoon). +- Updated the travis yaml file for Swift 2.3 and the new OS target versions. + - Updated by [Christian Noon](https://github.com/cnoon). +- Updated the Cartfile and Alamofire submodule to the 3.5.0 release. + - Updated by [Christian Noon](https://github.com/cnoon). +- Updated Xcode project settings based on Xcode 8 GM recommendations. + - Updated by [Christian Noon](https://github.com/cnoon). +- Code coverage generation is now disabled on framework targets to improve stability. + - Updated by [Christian Noon](https://github.com/cnoon). + +--- + ## [1.0.1](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/1.0.1) Released on 2016-03-23. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/issues?utf8=✓&q=milestone%3A1.0.1). diff --git a/README.md b/README.md index ce1a6d0..7beb344 100644 --- a/README.md +++ b/README.md @@ -20,10 +20,11 @@ Controls the visibility of the network activity indicator on iOS using Alamofire - iOS 8.0+ - Xcode 7.3+ +- Swift 2.2 or 2.3 ## Dependencies -- [Alamofire 3.3+](https://github.com/Alamofire/Alamofire) +- [Alamofire 3.5+](https://github.com/Alamofire/Alamofire) ## Communication @@ -43,16 +44,16 @@ Controls the visibility of the network activity indicator on iOS using Alamofire $ gem install cocoapods ``` -> CocoaPods 0.39.0+ is required. +> CocoaPods 1.0.0+ is required. To integrate AlamofireNetworkActivityIndicator into your Xcode project using CocoaPods, specify it in your `Podfile`: ```ruby source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '8.0' +platform :ios, '10.0' use_frameworks! -pod 'AlamofireNetworkActivityIndicator', '~> 1.0' +pod 'AlamofireNetworkActivityIndicator', '~> 1.1' ``` Then, run the following command: @@ -75,7 +76,7 @@ $ brew install carthage To integrate AlamofireNetworkActivityIndicator into your Xcode project using Carthage, specify it in your `Cartfile`: ```ogdl -github "Alamofire/AlamofireNetworkActivityIndicator" ~> 1.0 +github "Alamofire/AlamofireNetworkActivityIndicator" ~> 1.1 ``` --- diff --git a/Source/Info.plist b/Source/Info.plist index 7a84553..09bc972 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 1.0.1 + 1.1.0 CFBundleSignature ???? CFBundleVersion