Skip to content

Commit

Permalink
Resolve xcode11beta4 issue. (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
ykphuah authored and iwasrobbed committed Aug 19, 2019
1 parent cea0e2d commit 3f5dfe3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Down.podspec
Original file line number Diff line number Diff line change
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 3f5dfe3

Please sign in to comment.