diff --git a/AlamofireNetworkActivityIndicator.podspec b/AlamofireNetworkActivityIndicator.podspec index 0c1eef2..0dc9899 100644 --- a/AlamofireNetworkActivityIndicator.podspec +++ b/AlamofireNetworkActivityIndicator.podspec @@ -1,11 +1,12 @@ Pod::Spec.new do |s| s.name = 'AlamofireNetworkActivityIndicator' - s.version = '2.2.1' + s.version = '2.3.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' s.social_media_url = 'http://twitter.com/AlamofireSF' s.authors = { 'Alamofire Software Foundation' => 'info@alamofire.org' } + s.documentation_url = 'https://alamofire.github.io/AlamofireNetworkActivityIndicator/' s.source = { :git => 'https://github.com/Alamofire/AlamofireNetworkActivityIndicator.git', :tag => s.version } s.source_files = 'Source/*.swift' diff --git a/CHANGELOG.md b/CHANGELOG.md index 54d9fb1..a9cce33 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,7 @@ All notable changes to this project will be documented in this file. `AlamofireNetworkActivityIndicator` adheres to [Semantic Versioning](http://semver.org/). #### 2.x Releases +- `2.3.x` Releases - [2.3.0](#230) - `2.2.x` Releases - [2.2.0](#220) | [2.2.1](#221) - `2.1.x` Releases - [2.1.0](#210) - `2.0.x` Releases - [2.0.0](#200) | [2.0.1](#201) @@ -13,6 +14,18 @@ All notable changes to this project will be documented in this file. --- +## [2.3.0](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/2.3.0) +Released on 2018-09-15. All issues associated with this milestone can be found using this +[filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/9?closed=1). + +#### Updated +- Code and dependencies for Xcode 10 and Swift 4.2. + - Updated by [Jon Shier](https://github.com/jshier) in Pull Request [#42](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/42). + +#### Fixed +- Bitcode settings. + - Fixed by [Jaehong Kang](https://github.com/sinoru) in Pull Request [#35](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/pull/35). + ## [2.2.1](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/releases/tag/2.2.1) Released on 2018-03-31. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireNetworkActivityIndicator/milestone/8?closed=1). diff --git a/Source/Info.plist b/Source/Info.plist index 51c4067..344518f 100644 --- a/Source/Info.plist +++ b/Source/Info.plist @@ -15,7 +15,7 @@ CFBundlePackageType FMWK CFBundleShortVersionString - 2.2.1 + 2.3.0 CFBundleSignature ???? CFBundleVersion diff --git a/docs/Classes.html b/docs/Classes.html index 057e7b4..8252897 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -14,6 +14,7 @@ + @@ -127,8 +128,8 @@

Declaration

diff --git a/docs/Classes/NetworkActivityIndicatorManager.html b/docs/Classes/NetworkActivityIndicatorManager.html index 89b59f9..bb513f2 100644 --- a/docs/Classes/NetworkActivityIndicatorManager.html +++ b/docs/Classes/NetworkActivityIndicatorManager.html @@ -125,7 +125,7 @@

Properties

Declaration

Swift

-
public static let shared = NetworkActivityIndicatorManager()
+
public static let shared: NetworkActivityIndicatorManager
@@ -152,7 +152,7 @@

Declaration

Declaration

Swift

-
public var isEnabled: Bool
+
public var isEnabled: Bool { get set }
@@ -179,7 +179,7 @@

Declaration

Declaration

Swift

-
public private(set) var isNetworkActivityIndicatorVisible: Bool = false
+
public private(set) var isNetworkActivityIndicatorVisible: Bool { get set }
@@ -234,7 +234,7 @@

Declaration

Declaration

Swift

-
public var startDelay: TimeInterval = 1.0
+
public var startDelay: TimeInterval
@@ -263,7 +263,7 @@

Declaration

Declaration

Swift

-
public var completionDelay: TimeInterval = 0.2
+
public var completionDelay: TimeInterval
@@ -353,8 +353,8 @@

Declaration

diff --git a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes.html index 057e7b4..8252897 100644 --- a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes.html @@ -14,6 +14,7 @@ + @@ -127,8 +128,8 @@

Declaration

diff --git a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes/NetworkActivityIndicatorManager.html b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes/NetworkActivityIndicatorManager.html index 89b59f9..bb513f2 100644 --- a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes/NetworkActivityIndicatorManager.html +++ b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/Classes/NetworkActivityIndicatorManager.html @@ -125,7 +125,7 @@

Properties

Declaration

Swift

-
public static let shared = NetworkActivityIndicatorManager()
+
public static let shared: NetworkActivityIndicatorManager
@@ -152,7 +152,7 @@

Declaration

Declaration

Swift

-
public var isEnabled: Bool
+
public var isEnabled: Bool { get set }
@@ -179,7 +179,7 @@

Declaration

Declaration

Swift

-
public private(set) var isNetworkActivityIndicatorVisible: Bool = false
+
public private(set) var isNetworkActivityIndicatorVisible: Bool { get set }
@@ -234,7 +234,7 @@

Declaration

Declaration

Swift

-
public var startDelay: TimeInterval = 1.0
+
public var startDelay: TimeInterval
@@ -263,7 +263,7 @@

Declaration

Declaration

Swift

-
public var completionDelay: TimeInterval = 0.2
+
public var completionDelay: TimeInterval
@@ -353,8 +353,8 @@

Declaration

diff --git a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/index.html b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/index.html index 5b04323..58d9ba1 100644 --- a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/Documents/index.html @@ -228,19 +228,24 @@

Credits

Alamofire is owned and maintained by the Alamofire Software Foundation. You can follow them on Twitter at @AlamofireSF for project updates and releases.

Donations

-

The ASF is looking to raise money to officially register as a federal non-profit organization. Registering will allow us members to gain some legal protections and also allow us to put donations to use, tax free. Donating to the ASF will enable us to:

+

The ASF is looking to raise money to officially stay registered as a federal non-profit organization. +Registering will allow us members to gain some legal protections and also allow us to put donations to use, tax free. +Donating to the ASF will enable us to:

-

The community adoption of the ASF libraries has been amazing. We are greatly humbled by your enthusiasm around the projects, and want to continue to do everything we can to move the needle forward. With your continued support, the ASF will be able to improve its reach and also provide better legal safety for the core members. If you use any of our libraries for work, see if your employers would be interested in donating. Our initial goal is to raise $1000 to get all our legal ducks in a row and kickstart this campaign. Any amount you can donate today to help us reach our goal would be greatly appreciated.

+

The community adoption of the ASF libraries has been amazing. +We are greatly humbled by your enthusiasm around the projects, and want to continue to do everything we can to move the needle forward. +With your continued support, the ASF will be able to improve its reach and also provide better legal safety for the core members. +If you use any of our libraries for work, see if your employers would be interested in donating. +Any amount you can donate today to help us reach our goal would be greatly appreciated.

-

Click here to lend your support to: Alamofire Software Foundation and make a donation at pledgie.com !

+

paypal

License

AlamofireNetworkActivityIndicator is released under the MIT license. See LICENSE for details.

@@ -252,8 +257,8 @@

License

diff --git a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/docSet.dsidx b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/docSet.dsidx index 1ffe012..fb9b464 100644 Binary files a/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/docSet.dsidx and b/docs/docsets/AlamofireNetworkActivityIndicator.docset/Contents/Resources/docSet.dsidx differ diff --git a/docs/docsets/AlamofireNetworkActivityIndicator.tgz b/docs/docsets/AlamofireNetworkActivityIndicator.tgz index c5b3934..fc2043c 100644 Binary files a/docs/docsets/AlamofireNetworkActivityIndicator.tgz and b/docs/docsets/AlamofireNetworkActivityIndicator.tgz differ diff --git a/docs/docsets/AlamofireNetworkActivityIndicator.xml b/docs/docsets/AlamofireNetworkActivityIndicator.xml index 28ed5c0..428b9cf 100644 --- a/docs/docsets/AlamofireNetworkActivityIndicator.xml +++ b/docs/docsets/AlamofireNetworkActivityIndicator.xml @@ -1 +1 @@ -2.2.1https://alamofire.github.io/AlamofireNetworkActivityIndicator/docsets/AlamofireNetworkActivityIndicator.tgz +2.3.0https://alamofire.github.io/AlamofireNetworkActivityIndicator/docsets/AlamofireNetworkActivityIndicator.tgz diff --git a/docs/index.html b/docs/index.html index 5b04323..58d9ba1 100644 --- a/docs/index.html +++ b/docs/index.html @@ -228,19 +228,24 @@

Credits

Alamofire is owned and maintained by the Alamofire Software Foundation. You can follow them on Twitter at @AlamofireSF for project updates and releases.

Donations

-

The ASF is looking to raise money to officially register as a federal non-profit organization. Registering will allow us members to gain some legal protections and also allow us to put donations to use, tax free. Donating to the ASF will enable us to:

+

The ASF is looking to raise money to officially stay registered as a federal non-profit organization. +Registering will allow us members to gain some legal protections and also allow us to put donations to use, tax free. +Donating to the ASF will enable us to:

-

The community adoption of the ASF libraries has been amazing. We are greatly humbled by your enthusiasm around the projects, and want to continue to do everything we can to move the needle forward. With your continued support, the ASF will be able to improve its reach and also provide better legal safety for the core members. If you use any of our libraries for work, see if your employers would be interested in donating. Our initial goal is to raise $1000 to get all our legal ducks in a row and kickstart this campaign. Any amount you can donate today to help us reach our goal would be greatly appreciated.

+

The community adoption of the ASF libraries has been amazing. +We are greatly humbled by your enthusiasm around the projects, and want to continue to do everything we can to move the needle forward. +With your continued support, the ASF will be able to improve its reach and also provide better legal safety for the core members. +If you use any of our libraries for work, see if your employers would be interested in donating. +Any amount you can donate today to help us reach our goal would be greatly appreciated.

-

Click here to lend your support to: Alamofire Software Foundation and make a donation at pledgie.com !

+

paypal

License

AlamofireNetworkActivityIndicator is released under the MIT license. See LICENSE for details.

@@ -252,8 +257,8 @@

License