Commit f39e9be6 authored by Roy Marmelstein's avatar Roy Marmelstein

Podspec update

parent 10e79849
......@@ -33,7 +33,7 @@ Pod::Spec.new do |s|
s.osx.deployment_target = '10.9'
s.requires_arc = true
s.source_files = 'Zip/*', 'Zip/minizip/*.{c,h}', 'Zip/minizip/aes/*.{c,h}'
s.source_files = 'Zip/*.{swift,h}', 'Zip/minizip/*.{c,h}', 'Zip/minizip/aes/*.{c,h}'
s.public_header_files = 'Zip/*.h'
s.pod_target_xcconfig = {'SWIFT_INCLUDE_PATHS' => '$(SRCROOT)/Zip/Zip/minizip/**','LIBRARY_SEARCH_PATHS' => '$(SRCROOT)/Zip/Zip/'}
# s.public_header_files = 'Pod/Classes/**/*.h'
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment