Merge pull request #123 from TouchInstinct/feature/fix_podspec

Exclude UIApplication extensions from iOS-Extension subspec
This commit is contained in:
Ivan Smolin 2018-04-02 15:44:29 +03:00 committed by GitHub
commit ea829b7418
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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"
]