Skip to content

Commit

Permalink
updated podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
daltoniam committed Jul 7, 2017
1 parent 7edfb2a commit 86310e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Starscream.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ Pod::Spec.new do |s|
s.source_files = 'Source/*.swift'
s.requires_arc = 'true'
s.libraries = 'z'
s.preserve_paths = 'zlib/**/'
s.pod_target_xcconfig = {
'SWIFT_INCLUDE_PATHS' => '$(PODS_ROOT)/Starscream/zlib'
}
s.preserve_paths = 'zlib/*'
end

0 comments on commit 86310e7

Please sign in to comment.