Merge pull request #123 from TouchInstinct/feature/fix_podspec
Exclude UIApplication extensions from iOS-Extension subspec
This commit is contained in:
commit
ea829b7418
|
|
@ -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
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
]
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue