diff --git a/CHANGELOG.md b/CHANGELOG.md index 7c63fa59..0b16dd89 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +### 0.7.4 +- **Update**: Exclude UIApplication extensions from iOS-Extension subspec. + ### 0.7.3 - **Update**: Xcode 9.3 migration. - **Remove**: Default initializer for Network service that conforms to `ConfigurableNetworkService` protocol. @@ -110,7 +113,7 @@ ### 0.5.10 -- **Fix**: `Public` modifier for `SpinnerView` +- **Fix**: `Public` modifier for `SpinnerView` ### 0.5.9 diff --git a/LeadKit.podspec b/LeadKit.podspec index 47cdfbf3..c1e458ea 100644 --- a/LeadKit.podspec +++ b/LeadKit.podspec @@ -121,6 +121,8 @@ Pod::Spec.new do |s| "Sources/Extensions/NetworkService/NetworkService+ActivityIndicator-UIApplication.swift", "Sources/Extensions/DataLoading/PaginationDataLoading/*", "Sources/Extensions/TableDirector/*", + "Sources/Extensions/UIApplication/UIApplication+OpenUrlSupport.swift", + "Sources/Extensions/UIApplication/UIApplication+Cellular.swift", "Sources/Extensions/Array/Array+SeparatorRowBoxExtensions.swift" ]