Skip to content

Commit

Permalink
Resolve xcode11beta4 issue.
Browse files Browse the repository at this point in the history
  • Loading branch information
ykphuah committed Aug 1, 2019
1 parent cea0e2d commit 8945cc9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Down.podspec
Expand Up @@ -17,7 +17,6 @@ Pod::Spec.new do |spec|
spec.module_name = "Down"
spec.preserve_paths = "Source/cmark/include/module.modulemap", "Source/cmark/*.inc", "Source/cmark/COPYING"
spec.pod_target_xcconfig = { 'SWIFT_INCLUDE_PATHS' => '$(SRCROOT)/Down/Source/cmark/**' }
spec.compiler_flags = '-Wno-shorten-64-to-32'
spec.ios.resource = 'Resources/DownView.bundle'
spec.osx.resource = 'Resources/DownView.bundle'
spec.swift_version = "5.0"
Expand Down

0 comments on commit 8945cc9

Please sign in to comment.