There was an error while loading. Please reload this page.
1 parent 2c089aa commit 76be5bcCopy full SHA for 76be5bc
SVGKit.podspec
@@ -24,6 +24,7 @@ Pod::Spec.new do |s|
24
s.framework = 'QuartzCore', 'CoreText'
25
s.dependency 'CocoaLumberjack', '~> 3.x'
26
s.prefix_header_file = 'SVGKitLibrary/SVGKit-iOS/SVGKit-Prefix.pch'
27
+ s.module_map = 'SVGKitLibrary/SVGKit-iOS/SVGKit.modulemap'
28
s.requires_arc = true
29
s.xcconfig = {
30
'CLANG_CXX_LANGUAGE_STANDARD' => 'gnu++11',
SVGKitLibrary/SVGKit-iOS/SVGKit.modulemap
@@ -0,0 +1,6 @@
1
+framework module SVGKit {
2
+ umbrella header "SVGKit.h"
3
+
4
+ export *
5
+ module * { export * }
6
+}
0 commit comments