Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/ios.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormarinofaggiana <marino@marinofaggiana.com>2020-07-26 12:18:17 +0300
committermarinofaggiana <marino@marinofaggiana.com>2020-07-26 12:18:17 +0300
commit6349a6e05c629cd021a5979800328bf6b084187b (patch)
tree222831e32109ed464c5a4540a529ef7c954596f1 /Carthage
parent169e350bf5be4a71fcc33cd3aa24ad4eca9b1093 (diff)
fix
Diffstat (limited to 'Carthage')
-rw-r--r--Carthage/Checkouts/SVGKit/SVGKit.podspec4
1 files changed, 1 insertions, 3 deletions
diff --git a/Carthage/Checkouts/SVGKit/SVGKit.podspec b/Carthage/Checkouts/SVGKit/SVGKit.podspec
index 638c74d14..673dea9c9 100644
--- a/Carthage/Checkouts/SVGKit/SVGKit.podspec
+++ b/Carthage/Checkouts/SVGKit/SVGKit.podspec
@@ -17,9 +17,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/SVGKit/SVGKit.git', :tag => s.version.to_s }
s.source_files = 'Source/*.{h,m}', 'Source/**/*.{h,m}'
- s.ios.exclude_files = 'Source/AppKit additions/*.{h,m}', 'Source/Exporters/SVGKExporterNSImage.{h,m}'
- s.tvos.exclude_files = 'Source/AppKit additions/*.{h,m}', 'Source/Exporters/SVGKExporterNSImage.{h,m}'
- s.osx.exclude_files = 'Source/Exporters/SVGKExporterUIImage.{h,m}'
+ s.exclude_files = 'Source/include/*.h'
s.libraries = 'xml2'
s.framework = 'QuartzCore', 'CoreText'
s.dependency 'CocoaLumberjack', '~> 3.0'