diff --git a/AlamofireImage.podspec b/AlamofireImage.podspec index ef9c8a1e..7e22eecd 100644 --- a/AlamofireImage.podspec +++ b/AlamofireImage.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'AlamofireImage' - s.version = '4.0.1' + s.version = '4.0.2' s.license = 'MIT' s.summary = 'AlamofireImage is an image component library for Alamofire' s.homepage = 'https://github.com/Alamofire/AlamofireImage' diff --git a/AlamofireImage.xcodeproj/project.pbxproj b/AlamofireImage.xcodeproj/project.pbxproj index 711d063d..2320ab4c 100644 --- a/AlamofireImage.xcodeproj/project.pbxproj +++ b/AlamofireImage.xcodeproj/project.pbxproj @@ -2393,7 +2393,7 @@ INFOPLIST_FILE = Source/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 10.0; MACOSX_DEPLOYMENT_TARGET = 10.12; - MARKETING_VERSION = 4.0.1; + MARKETING_VERSION = 4.0.2; MTL_ENABLE_DEBUG_INFO = YES; ONLY_ACTIVE_ARCH = YES; PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireImage; @@ -2455,7 +2455,7 @@ INFOPLIST_FILE = Source/Info.plist; IPHONEOS_DEPLOYMENT_TARGET = 10.0; MACOSX_DEPLOYMENT_TARGET = 10.12; - MARKETING_VERSION = 4.0.1; + MARKETING_VERSION = 4.0.2; MTL_ENABLE_DEBUG_INFO = NO; PRODUCT_BUNDLE_IDENTIFIER = org.alamofire.AlamofireImage; SDKROOT = iphoneos; diff --git a/CHANGELOG.md b/CHANGELOG.md index 8c47f6ca..0e4ecf9e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,13 +31,21 @@ All notable changes to this project will be documented in this file. --- +## [4.0.2](https://github.com/Alamofire/AlamofireImage/releases/tag/4.0.2) +Released on 2020-02-29. All issues associated with this milestone can be found using this +[filter](https://github.com/Alamofire/AlamofireImage/milestone/38?closed=1). + +#### Fixed +- Swift Package Manager compatibility with local submodules. + - Fixed by[Jon Shier](https://github.com/jshier) in Pull Request [#403](https://github.com/Alamofire/AlamofireImage/pull/403). + ## [4.0.1](https://github.com/Alamofire/AlamofireImage/releases/tag/4.0.1) Released on 2020-02-23. All issues associated with this milestone can be found using this [filter](https://github.com/Alamofire/AlamofireImage/milestone/37?closed=1). #### Fixed - Swift 5 compatibility. - - Fixed by[Jon Shier](https://github.com/jshier) in Pull Request [#401](https://github.com/Alamofire/AlamofireImage/pull/401). + - Fixed by[Jon Shier](https://github.com/jshier) in Pull Request [#401](https://github.com/Alamofire/AlamofireImage/pull/401). ## [4.0.0](https://github.com/Alamofire/AlamofireImage/releases/tag/4.0.0) Released on 2020-02-23. All issues associated with this milestone can be found using this diff --git a/Gemfile.lock b/Gemfile.lock index 84a2a07c..126a7341 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -12,10 +12,10 @@ GEM json (>= 1.5.1) atomos (0.1.3) claide (1.0.3) - cocoapods (1.8.4) + cocoapods (1.9.0) activesupport (>= 4.0.2, < 5) claide (>= 1.0.2, < 2.0) - cocoapods-core (= 1.8.4) + cocoapods-core (= 1.9.0) cocoapods-deintegrate (>= 1.0.3, < 2.0) cocoapods-downloader (>= 1.2.2, < 2.0) cocoapods-plugins (>= 1.0.0, < 2.0) @@ -30,13 +30,15 @@ GEM molinillo (~> 0.6.6) nap (~> 1.0) ruby-macho (~> 1.4) - xcodeproj (>= 1.11.1, < 2.0) - cocoapods-core (1.8.4) + xcodeproj (>= 1.14.0, < 2.0) + cocoapods-core (1.9.0) activesupport (>= 4.0.2, < 6) algoliasearch (~> 1.0) concurrent-ruby (~> 1.1) fuzzy_match (~> 2.0.4) nap (~> 1.0) + netrc (~> 0.11) + typhoeus (~> 1.0) cocoapods-deintegrate (1.0.4) cocoapods-downloader (1.3.0) cocoapods-plugins (1.0.0) @@ -50,6 +52,8 @@ GEM colored2 (3.1.2) concurrent-ruby (1.1.6) escape (0.0.4) + ethon (0.12.0) + ffi (>= 1.3.0) ffi (1.12.2) fourflusher (2.3.1) fuzzy_match (2.0.4) @@ -82,6 +86,8 @@ GEM ffi (~> 1.9) sqlite3 (1.4.2) thread_safe (0.3.6) + typhoeus (1.3.1) + ethon (>= 0.9.0) tzinfo (1.2.6) thread_safe (~> 0.1) xcinvoke (0.3.0) diff --git a/docs/Classes.html b/docs/Classes.html index 8a243be5..2b1cbd33 100644 --- a/docs/Classes.html +++ b/docs/Classes.html @@ -347,7 +347,7 @@

Declaration

diff --git a/docs/Classes/AutoPurgingImageCache.html b/docs/Classes/AutoPurgingImageCache.html index 96eeebfe..711a1d67 100644 --- a/docs/Classes/AutoPurgingImageCache.html +++ b/docs/Classes/AutoPurgingImageCache.html @@ -954,7 +954,7 @@

Return Value

diff --git a/docs/Classes/ImageDownloader.html b/docs/Classes/ImageDownloader.html index 153b96a1..d6bbd752 100644 --- a/docs/Classes/ImageDownloader.html +++ b/docs/Classes/ImageDownloader.html @@ -1194,7 +1194,7 @@

Parameters

diff --git a/docs/Classes/ImageDownloader/DownloadPrioritization.html b/docs/Classes/ImageDownloader/DownloadPrioritization.html index 32d8009c..2ddc8bbe 100644 --- a/docs/Classes/ImageDownloader/DownloadPrioritization.html +++ b/docs/Classes/ImageDownloader/DownloadPrioritization.html @@ -289,7 +289,7 @@

Declaration

diff --git a/docs/Classes/ImageResponseSerializer.html b/docs/Classes/ImageResponseSerializer.html index 0d59400a..b6c07183 100644 --- a/docs/Classes/ImageResponseSerializer.html +++ b/docs/Classes/ImageResponseSerializer.html @@ -567,7 +567,7 @@

Declaration

diff --git a/docs/Classes/RequestReceipt.html b/docs/Classes/RequestReceipt.html index 5699cfd4..a3c579d2 100644 --- a/docs/Classes/RequestReceipt.html +++ b/docs/Classes/RequestReceipt.html @@ -287,7 +287,7 @@

Declaration

diff --git a/docs/Enums.html b/docs/Enums.html index 518f0bb7..e8631e46 100644 --- a/docs/Enums.html +++ b/docs/Enums.html @@ -258,7 +258,7 @@

Declaration

diff --git a/docs/Enums/AFIError.html b/docs/Enums/AFIError.html index ae969642..167c620d 100644 --- a/docs/Enums/AFIError.html +++ b/docs/Enums/AFIError.html @@ -450,7 +450,7 @@

Declaration

diff --git a/docs/Extensions.html b/docs/Extensions.html index 7c07f459..c4399df5 100644 --- a/docs/Extensions.html +++ b/docs/Extensions.html @@ -416,7 +416,7 @@

Declaration

diff --git a/docs/Extensions/AlamofireExtension.html b/docs/Extensions/AlamofireExtension.html index baccabba..6a7f9862 100644 --- a/docs/Extensions/AlamofireExtension.html +++ b/docs/Extensions/AlamofireExtension.html @@ -2194,7 +2194,7 @@

Parameters

diff --git a/docs/Extensions/DataRequest.html b/docs/Extensions/DataRequest.html index 46e7f623..a0f2817f 100644 --- a/docs/Extensions/DataRequest.html +++ b/docs/Extensions/DataRequest.html @@ -242,7 +242,7 @@

DataRequest

diff --git a/docs/Extensions/UIButton.html b/docs/Extensions/UIButton.html index 9c195d9f..909f6182 100644 --- a/docs/Extensions/UIButton.html +++ b/docs/Extensions/UIButton.html @@ -486,7 +486,7 @@

Declaration

diff --git a/docs/Extensions/UIImage.html b/docs/Extensions/UIImage.html index f9709431..976f8615 100644 --- a/docs/Extensions/UIImage.html +++ b/docs/Extensions/UIImage.html @@ -627,7 +627,7 @@

Declaration

diff --git a/docs/Extensions/UIImageView.html b/docs/Extensions/UIImageView.html index b10b61b1..b6b3f485 100644 --- a/docs/Extensions/UIImageView.html +++ b/docs/Extensions/UIImageView.html @@ -451,7 +451,7 @@

Declaration

diff --git a/docs/Extensions/UIImageView/ImageTransition.html b/docs/Extensions/UIImageView/ImageTransition.html index 4b917fc9..832748f3 100644 --- a/docs/Extensions/UIImageView/ImageTransition.html +++ b/docs/Extensions/UIImageView/ImageTransition.html @@ -581,7 +581,7 @@

Declaration

diff --git a/docs/Protocols.html b/docs/Protocols.html index af72684c..fe0f03bb 100644 --- a/docs/Protocols.html +++ b/docs/Protocols.html @@ -487,7 +487,7 @@

Declaration

diff --git a/docs/Protocols/CompositeImageFilter.html b/docs/Protocols/CompositeImageFilter.html index 1671bc9d..57f61621 100644 --- a/docs/Protocols/CompositeImageFilter.html +++ b/docs/Protocols/CompositeImageFilter.html @@ -330,7 +330,7 @@

Declaration

diff --git a/docs/Protocols/CoreImageFilter.html b/docs/Protocols/CoreImageFilter.html index 0b8dc0a3..a4d23b75 100644 --- a/docs/Protocols/CoreImageFilter.html +++ b/docs/Protocols/CoreImageFilter.html @@ -285,7 +285,7 @@

Declaration

diff --git a/docs/Protocols/ImageCache.html b/docs/Protocols/ImageCache.html index 684fb672..cd42dde0 100644 --- a/docs/Protocols/ImageCache.html +++ b/docs/Protocols/ImageCache.html @@ -339,7 +339,7 @@

Declaration

diff --git a/docs/Protocols/ImageFilter.html b/docs/Protocols/ImageFilter.html index 397ee220..95837592 100644 --- a/docs/Protocols/ImageFilter.html +++ b/docs/Protocols/ImageFilter.html @@ -467,7 +467,7 @@

Declaration

diff --git a/docs/Protocols/ImageRequestCache.html b/docs/Protocols/ImageRequestCache.html index d2d07848..abf5327e 100644 --- a/docs/Protocols/ImageRequestCache.html +++ b/docs/Protocols/ImageRequestCache.html @@ -312,7 +312,7 @@

Declaration

diff --git a/docs/Protocols/Roundable.html b/docs/Protocols/Roundable.html index 55321cee..e5f106bc 100644 --- a/docs/Protocols/Roundable.html +++ b/docs/Protocols/Roundable.html @@ -257,7 +257,7 @@

Declaration

diff --git a/docs/Protocols/Sizable.html b/docs/Protocols/Sizable.html index f90f379a..976f5d53 100644 --- a/docs/Protocols/Sizable.html +++ b/docs/Protocols/Sizable.html @@ -257,7 +257,7 @@

Declaration

diff --git a/docs/Structs.html b/docs/Structs.html index d27c5840..45b25ba6 100644 --- a/docs/Structs.html +++ b/docs/Structs.html @@ -620,7 +620,7 @@

Declaration

diff --git a/docs/Structs/AspectScaledToFillSizeCircleFilter.html b/docs/Structs/AspectScaledToFillSizeCircleFilter.html index 6bfccc08..4dc00f6d 100644 --- a/docs/Structs/AspectScaledToFillSizeCircleFilter.html +++ b/docs/Structs/AspectScaledToFillSizeCircleFilter.html @@ -308,7 +308,7 @@

Declaration

diff --git a/docs/Structs/AspectScaledToFillSizeFilter.html b/docs/Structs/AspectScaledToFillSizeFilter.html index 13f0084d..9ceb8b4f 100644 --- a/docs/Structs/AspectScaledToFillSizeFilter.html +++ b/docs/Structs/AspectScaledToFillSizeFilter.html @@ -335,7 +335,7 @@

Declaration

diff --git a/docs/Structs/AspectScaledToFillSizeWithRoundedCornersFilter.html b/docs/Structs/AspectScaledToFillSizeWithRoundedCornersFilter.html index e3998de9..5f7217d6 100644 --- a/docs/Structs/AspectScaledToFillSizeWithRoundedCornersFilter.html +++ b/docs/Structs/AspectScaledToFillSizeWithRoundedCornersFilter.html @@ -336,7 +336,7 @@

Declaration

diff --git a/docs/Structs/AspectScaledToFitSizeFilter.html b/docs/Structs/AspectScaledToFitSizeFilter.html index c1c1f54e..11ff60f8 100644 --- a/docs/Structs/AspectScaledToFitSizeFilter.html +++ b/docs/Structs/AspectScaledToFitSizeFilter.html @@ -334,7 +334,7 @@

Declaration

diff --git a/docs/Structs/BlurFilter.html b/docs/Structs/BlurFilter.html index 97bd2090..d1a06cc9 100644 --- a/docs/Structs/BlurFilter.html +++ b/docs/Structs/BlurFilter.html @@ -335,7 +335,7 @@

Return Value

diff --git a/docs/Structs/CircleFilter.html b/docs/Structs/CircleFilter.html index 02bd5b9d..5a93ab49 100644 --- a/docs/Structs/CircleFilter.html +++ b/docs/Structs/CircleFilter.html @@ -288,7 +288,7 @@

Declaration

diff --git a/docs/Structs/DynamicCompositeImageFilter.html b/docs/Structs/DynamicCompositeImageFilter.html index 80b3a6ff..a1d41bf1 100644 --- a/docs/Structs/DynamicCompositeImageFilter.html +++ b/docs/Structs/DynamicCompositeImageFilter.html @@ -357,7 +357,7 @@

Return Value

diff --git a/docs/Structs/DynamicImageFilter.html b/docs/Structs/DynamicImageFilter.html index 6c6d2504..feae5211 100644 --- a/docs/Structs/DynamicImageFilter.html +++ b/docs/Structs/DynamicImageFilter.html @@ -346,7 +346,7 @@

Return Value

diff --git a/docs/Structs/RoundedCornersFilter.html b/docs/Structs/RoundedCornersFilter.html index 6811f147..7f449666 100644 --- a/docs/Structs/RoundedCornersFilter.html +++ b/docs/Structs/RoundedCornersFilter.html @@ -404,7 +404,7 @@

Declaration

diff --git a/docs/Structs/ScaledToSizeCircleFilter.html b/docs/Structs/ScaledToSizeCircleFilter.html index a66133f6..46b353e2 100644 --- a/docs/Structs/ScaledToSizeCircleFilter.html +++ b/docs/Structs/ScaledToSizeCircleFilter.html @@ -307,7 +307,7 @@

Declaration

diff --git a/docs/Structs/ScaledToSizeFilter.html b/docs/Structs/ScaledToSizeFilter.html index 17c39dbb..4c0b1e86 100644 --- a/docs/Structs/ScaledToSizeFilter.html +++ b/docs/Structs/ScaledToSizeFilter.html @@ -334,7 +334,7 @@

Declaration

diff --git a/docs/Structs/ScaledToSizeWithRoundedCornersFilter.html b/docs/Structs/ScaledToSizeWithRoundedCornersFilter.html index b5330a83..64119312 100644 --- a/docs/Structs/ScaledToSizeWithRoundedCornersFilter.html +++ b/docs/Structs/ScaledToSizeWithRoundedCornersFilter.html @@ -335,7 +335,7 @@

Declaration

diff --git a/docs/Typealiases.html b/docs/Typealiases.html index 44501bd9..4038ea09 100644 --- a/docs/Typealiases.html +++ b/docs/Typealiases.html @@ -377,7 +377,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes.html index 8a243be5..2b1cbd33 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes.html @@ -347,7 +347,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/AutoPurgingImageCache.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/AutoPurgingImageCache.html index 96eeebfe..711a1d67 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/AutoPurgingImageCache.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/AutoPurgingImageCache.html @@ -954,7 +954,7 @@

Return Value

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/ImageDownloader.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/ImageDownloader.html index 153b96a1..d6bbd752 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/ImageDownloader.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/ImageDownloader.html @@ -1194,7 +1194,7 @@

Parameters

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/ImageDownloader/DownloadPrioritization.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/ImageDownloader/DownloadPrioritization.html index 32d8009c..2ddc8bbe 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/ImageDownloader/DownloadPrioritization.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/ImageDownloader/DownloadPrioritization.html @@ -289,7 +289,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/ImageResponseSerializer.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/ImageResponseSerializer.html index 0d59400a..b6c07183 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/ImageResponseSerializer.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/ImageResponseSerializer.html @@ -567,7 +567,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/RequestReceipt.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/RequestReceipt.html index 5699cfd4..a3c579d2 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/RequestReceipt.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Classes/RequestReceipt.html @@ -287,7 +287,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Enums.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Enums.html index 518f0bb7..e8631e46 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Enums.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Enums.html @@ -258,7 +258,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Enums/AFIError.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Enums/AFIError.html index ae969642..167c620d 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Enums/AFIError.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Enums/AFIError.html @@ -450,7 +450,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions.html index 7c07f459..c4399df5 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions.html @@ -416,7 +416,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/AlamofireExtension.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/AlamofireExtension.html index baccabba..6a7f9862 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/AlamofireExtension.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/AlamofireExtension.html @@ -2194,7 +2194,7 @@

Parameters

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/DataRequest.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/DataRequest.html index 46e7f623..a0f2817f 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/DataRequest.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/DataRequest.html @@ -242,7 +242,7 @@

DataRequest

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIButton.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIButton.html index 9c195d9f..909f6182 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIButton.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIButton.html @@ -486,7 +486,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIImage.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIImage.html index f9709431..976f8615 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIImage.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIImage.html @@ -627,7 +627,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIImageView.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIImageView.html index b10b61b1..b6b3f485 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIImageView.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIImageView.html @@ -451,7 +451,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIImageView/ImageTransition.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIImageView/ImageTransition.html index 4b917fc9..832748f3 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIImageView/ImageTransition.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Extensions/UIImageView/ImageTransition.html @@ -581,7 +581,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols.html index af72684c..fe0f03bb 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols.html @@ -487,7 +487,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/CompositeImageFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/CompositeImageFilter.html index 1671bc9d..57f61621 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/CompositeImageFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/CompositeImageFilter.html @@ -330,7 +330,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/CoreImageFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/CoreImageFilter.html index 0b8dc0a3..a4d23b75 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/CoreImageFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/CoreImageFilter.html @@ -285,7 +285,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/ImageCache.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/ImageCache.html index 684fb672..cd42dde0 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/ImageCache.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/ImageCache.html @@ -339,7 +339,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/ImageFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/ImageFilter.html index 397ee220..95837592 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/ImageFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/ImageFilter.html @@ -467,7 +467,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/ImageRequestCache.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/ImageRequestCache.html index d2d07848..abf5327e 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/ImageRequestCache.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/ImageRequestCache.html @@ -312,7 +312,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/Roundable.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/Roundable.html index 55321cee..e5f106bc 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/Roundable.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/Roundable.html @@ -257,7 +257,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/Sizable.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/Sizable.html index f90f379a..976f5d53 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/Sizable.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Protocols/Sizable.html @@ -257,7 +257,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs.html index d27c5840..45b25ba6 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs.html @@ -620,7 +620,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFillSizeCircleFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFillSizeCircleFilter.html index 6bfccc08..4dc00f6d 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFillSizeCircleFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFillSizeCircleFilter.html @@ -308,7 +308,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFillSizeFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFillSizeFilter.html index 13f0084d..9ceb8b4f 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFillSizeFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFillSizeFilter.html @@ -335,7 +335,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFillSizeWithRoundedCornersFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFillSizeWithRoundedCornersFilter.html index e3998de9..5f7217d6 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFillSizeWithRoundedCornersFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFillSizeWithRoundedCornersFilter.html @@ -336,7 +336,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFitSizeFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFitSizeFilter.html index c1c1f54e..11ff60f8 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFitSizeFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/AspectScaledToFitSizeFilter.html @@ -334,7 +334,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/BlurFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/BlurFilter.html index 97bd2090..d1a06cc9 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/BlurFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/BlurFilter.html @@ -335,7 +335,7 @@

Return Value

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/CircleFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/CircleFilter.html index 02bd5b9d..5a93ab49 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/CircleFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/CircleFilter.html @@ -288,7 +288,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/DynamicCompositeImageFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/DynamicCompositeImageFilter.html index 80b3a6ff..a1d41bf1 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/DynamicCompositeImageFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/DynamicCompositeImageFilter.html @@ -357,7 +357,7 @@

Return Value

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/DynamicImageFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/DynamicImageFilter.html index 6c6d2504..feae5211 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/DynamicImageFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/DynamicImageFilter.html @@ -346,7 +346,7 @@

Return Value

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/RoundedCornersFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/RoundedCornersFilter.html index 6811f147..7f449666 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/RoundedCornersFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/RoundedCornersFilter.html @@ -404,7 +404,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/ScaledToSizeCircleFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/ScaledToSizeCircleFilter.html index a66133f6..46b353e2 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/ScaledToSizeCircleFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/ScaledToSizeCircleFilter.html @@ -307,7 +307,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/ScaledToSizeFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/ScaledToSizeFilter.html index 17c39dbb..4c0b1e86 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/ScaledToSizeFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/ScaledToSizeFilter.html @@ -334,7 +334,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/ScaledToSizeWithRoundedCornersFilter.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/ScaledToSizeWithRoundedCornersFilter.html index b5330a83..64119312 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/ScaledToSizeWithRoundedCornersFilter.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Structs/ScaledToSizeWithRoundedCornersFilter.html @@ -335,7 +335,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Typealiases.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Typealiases.html index 44501bd9..4038ea09 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Typealiases.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/Typealiases.html @@ -377,7 +377,7 @@

Declaration

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/index.html b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/index.html index 9cb244a3..0a39985d 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/index.html +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/index.html @@ -744,7 +744,7 @@

License

diff --git a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/undocumented.json b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/undocumented.json index 6f386979..33191242 100644 --- a/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/undocumented.json +++ b/docs/docsets/AlamofireImage.docset/Contents/Resources/Documents/undocumented.json @@ -1,355 +1,355 @@ { "warnings": [ { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/AFIError.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/AFIError.swift", "line": 33, "symbol": "AFIError.requestCancelled", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/AFIError.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/AFIError.swift", "line": 34, "symbol": "AFIError.imageSerializationFailed", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/AFIError.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/AFIError.swift", "line": 35, "symbol": "AFIError.alamofireError(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/AFIError.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/AFIError.swift", "line": 53, "symbol": "AFIError.isAlamofireError", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/Image.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/Image.swift", "line": 29, "symbol": "Image", "symbol_kind": "source.lang.swift.decl.typealias", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/ImageDownloader.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/ImageDownloader.swift", "line": 79, "symbol": "ImageDownloader.DownloadPrioritization.fifo", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/ImageDownloader.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/ImageDownloader.swift", "line": 79, "symbol": "ImageDownloader.DownloadPrioritization.lifo", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/Request+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/Request+AlamofireImage.swift", "line": 37, "symbol": "ImageResponseSerializer", "symbol_kind": "source.lang.swift.decl.class", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/Request+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/Request+AlamofireImage.swift", "line": 40, "symbol": "ImageResponseSerializer.deviceScreenScale", "symbol_kind": "source.lang.swift.decl.var.static", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/Request+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/Request+AlamofireImage.swift", "line": 42, "symbol": "ImageResponseSerializer.imageScale", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/Request+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/Request+AlamofireImage.swift", "line": 43, "symbol": "ImageResponseSerializer.inflateResponseImage", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/Request+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/Request+AlamofireImage.swift", "line": 64, "symbol": "ImageResponseSerializer.init(imageScale:inflateResponseImage:emptyResponseCodes:emptyRequestMethods:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/Request+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/Request+AlamofireImage.swift", "line": 94, "symbol": "ImageResponseSerializer.serializeImage(from:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/Request+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/Request+AlamofireImage.swift", "line": 126, "symbol": "ImageResponseSerializer.validateContentType(for:response:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/Request+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/Request+AlamofireImage.swift", "line": 147, "symbol": "DataRequest.imageScale", "symbol_kind": "source.lang.swift.decl.var.class", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIButton+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIButton+AlamofireImage.swift", "line": 32, "symbol": "ControlState", "symbol_kind": "source.lang.swift.decl.typealias", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIButton+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIButton+AlamofireImage.swift", "line": 502, "symbol": "UIButton.af_imageDownloader", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIButton+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIButton+AlamofireImage.swift", "line": 508, "symbol": "UIButton.af_sharedImageDownloader", "symbol_kind": "source.lang.swift.decl.var.class", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIButton+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIButton+AlamofireImage.swift", "line": 514, "symbol": "UIButton.af_setImage(for:url:cacheKey:placeholderImage:serializer:filter:progress:progressQueue:completion:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIButton+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIButton+AlamofireImage.swift", "line": 535, "symbol": "UIButton.af_setImage(for:urlRequest:cacheKey:placeholderImage:serializer:filter:progress:progressQueue:completion:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIButton+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIButton+AlamofireImage.swift", "line": 561, "symbol": "UIButton.af_setBackgroundImage(for:url:cacheKey:placeholderImage:serializer:filter:progress:progressQueue:completion:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIButton+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIButton+AlamofireImage.swift", "line": 582, "symbol": "UIButton.af_setBackgroundImage(for:urlRequest:cacheKey:placeholderImage:serializer:filter:progress:progressQueue:completion:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImage+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImage+AlamofireImage.swift", "line": 78, "symbol": "UIImage.af_threadSafeImage(with:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImage+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImage+AlamofireImage.swift", "line": 83, "symbol": "UIImage.af_threadSafeImage(with:scale:)", "symbol_kind": "source.lang.swift.decl.function.method.static", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImage+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImage+AlamofireImage.swift", "line": 119, "symbol": "UIImage.af_inflated", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImage+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImage+AlamofireImage.swift", "line": 124, "symbol": "UIImage.af_inflate()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImage+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImage+AlamofireImage.swift", "line": 150, "symbol": "UIImage.af_containsAlphaComponent", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImage+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImage+AlamofireImage.swift", "line": 153, "symbol": "UIImage.af_isOpaque", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImage+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImage+AlamofireImage.swift", "line": 254, "symbol": "UIImage.af_imageScaled(to:scale:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImage+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImage+AlamofireImage.swift", "line": 259, "symbol": "UIImage.af_imageAspectScaled(toFit:scale:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImage+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImage+AlamofireImage.swift", "line": 264, "symbol": "UIImage.af_imageAspectScaled(toFill:scale:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImage+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImage+AlamofireImage.swift", "line": 333, "symbol": "UIImage.af_imageRounded(withCornerRadius:divideRadiusByImageScale:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImage+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImage+AlamofireImage.swift", "line": 338, "symbol": "UIImage.af_imageRoundedIntoCircle()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImage+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImage+AlamofireImage.swift", "line": 384, "symbol": "UIImage.af_imageFiltered(withCoreImageFilter:parameters:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 32, "symbol": "AnimationOptions", "symbol_kind": "source.lang.swift.decl.typealias", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 37, "symbol": "UIImageView.ImageTransition.noTransition", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 38, "symbol": "UIImageView.ImageTransition.crossDissolve(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 39, "symbol": "UIImageView.ImageTransition.curlDown(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 40, "symbol": "UIImageView.ImageTransition.curlUp(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 41, "symbol": "UIImageView.ImageTransition.flipFromBottom(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 42, "symbol": "UIImageView.ImageTransition.flipFromLeft(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 43, "symbol": "UIImageView.ImageTransition.flipFromRight(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 44, "symbol": "UIImageView.ImageTransition.flipFromTop(_:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 45, "symbol": "UIImageView.ImageTransition.custom(duration:animationOptions:animations:completion:)", "symbol_kind": "source.lang.swift.decl.enumelement", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 424, "symbol": "UIImageView.af_imageDownloader", "symbol_kind": "source.lang.swift.decl.var.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 430, "symbol": "UIImageView.af_sharedImageDownloader", "symbol_kind": "source.lang.swift.decl.var.class", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 436, "symbol": "UIImageView.af_setImage(withURL:cacheKey:placeholderImage:serializer:filter:progress:progressQueue:imageTransition:runImageTransitionIfCached:completion:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 459, "symbol": "UIImageView.af_setImage(withURLRequest:cacheKey:placeholderImage:serializer:filter:progress:progressQueue:imageTransition:runImageTransitionIfCached:completion:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 482, "symbol": "UIImageView.af_cancelImageRequest()", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" }, { - "file": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage/Source/UIImageView+AlamofireImage.swift", + "file": "/Users/jshier/Desktop/Code/AlamofireImage/Source/UIImageView+AlamofireImage.swift", "line": 487, "symbol": "UIImageView.run(_:with:)", "symbol_kind": "source.lang.swift.decl.function.method.instance", "warning": "undocumented" } ], - "source_directory": "/Users/cnoon/Programming/GitHub/Alamofire/AlamofireImage" + "source_directory": "/Users/jshier/Desktop/Code/AlamofireImage" } \ No newline at end of file diff --git a/docs/docsets/AlamofireImage.tgz b/docs/docsets/AlamofireImage.tgz index 6f3673a4..7ced5e49 100644 Binary files a/docs/docsets/AlamofireImage.tgz and b/docs/docsets/AlamofireImage.tgz differ diff --git a/docs/docsets/AlamofireImage.xml b/docs/docsets/AlamofireImage.xml index 7b8547bd..cede1dd6 100644 --- a/docs/docsets/AlamofireImage.xml +++ b/docs/docsets/AlamofireImage.xml @@ -1 +1 @@ -4.0.1https://alamofire.github.io/AlamofireImage/docsets/AlamofireImage.tgz +4.0.2https://alamofire.github.io/AlamofireImage/docsets/AlamofireImage.tgz diff --git a/docs/index.html b/docs/index.html index 9cb244a3..0a39985d 100644 --- a/docs/index.html +++ b/docs/index.html @@ -744,7 +744,7 @@

License