Compare commits

...

3 Commits

Author SHA1 Message Date
Aliona 3a2c6c24a8 Add new deployment target 2019-01-21 20:10:23 +03:00
Aliona 258fe4e90a Update podspec and etc 2019-01-21 19:58:24 +03:00
Aliona b7d9461d01 Try to fix extensions 2019-01-21 14:48:25 +03:00
1 changed files with 4 additions and 4 deletions

View File

@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.platform = :ios, '9.0'
s.subspec 'UIColorHex' do |ss|
ss.ios.deployment_target = '8.0'
ss.ios.deployment_target = '10.0'
ss.tvos.deployment_target = '9.0'
ss.watchos.deployment_target = '2.0'
@ -17,7 +17,7 @@ Pod::Spec.new do |s|
end
s.subspec 'Core' do |ss|
ss.ios.deployment_target = '9.0'
ss.ios.deployment_target = '10.0'
ss.tvos.deployment_target = '9.0'
ss.watchos.deployment_target = '2.0'
@ -100,12 +100,12 @@ Pod::Spec.new do |s|
end
s.subspec 'Core-iOS-Extension' do |ss|
ss.platform = :ios, '9.0'
ss.platform = :ios, '10.0'
ss.source_files = "Sources/**/*.swift"
ss.exclude_files = [
"Sources/Classes/Views/EmptyCell/*",
"Sources/Classes/Views/EmptyCell/*.swift",
"Sources/Classes/DataLoading/PaginationDataLoading/PaginationWrapper.swift",
"Sources/Extensions/NetworkService/NetworkService+ActivityIndicator-UIApplication.swift",
"Sources/Extensions/DataLoading/PaginationDataLoading/*",