From 75febd8c67dfc89445d5cdbd303013e20a0190b5 Mon Sep 17 00:00:00 2001 From: Roy Marmelstein Date: Sun, 17 Jan 2016 19:14:03 +0100 Subject: [PATCH] Podspec update --- Zip.podspec | 8 ++------ examples/Sample/Podfile | 2 +- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Zip.podspec b/Zip.podspec index a419225..d8f9cac 100644 --- a/Zip.podspec +++ b/Zip.podspec @@ -30,17 +30,13 @@ Pod::Spec.new do |s| s.platform = :ios, '8.0' s.requires_arc = true - s.source_files = 'Zip/*', + s.source_files = 'Zip/*', 'Zip/minizip/*', 'Zip/minizip/aes/*' s.public_header_files = 'Zip/*.h' - s.xcconfig = {'LIBRARY_SEARCH_PATHS' => '"$(SRCROOT)/Zip/minizip/module.modulemap"', 'SWIFT_INCLUDE_PATHS' => '"$(SRCROOT)/Zip/minizip/module.modulemap"', 'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES'} + s.xcconfig = {'LIBRARY_SEARCH_PATHS' => '"$(SRCROOT)/Zip/Zip/minizip/"', 'CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES' => 'YES'} # s.public_header_files = 'Pod/Classes/**/*.h' s.libraries = 'z' s.preserve_paths = 'Zip/minizip/module.modulemap' - s.subspec 'minizip' do |ss| - ss.source_files = 'Zip/minizip/*', 'Zip/minizip/aes/*' - end - # s.dependency 'AFNetworking', '~> 2.3' end diff --git a/examples/Sample/Podfile b/examples/Sample/Podfile index 2748045..251b260 100644 --- a/examples/Sample/Podfile +++ b/examples/Sample/Podfile @@ -2,4 +2,4 @@ source 'https://github.com/CocoaPods/Specs.git' platform :ios, “9.0” use_frameworks! -pod 'Zip', :path => '../..' +pod 'Zip', :git => 'https://github.com/marmelroy/Zip.git', :submodules => true -- 2.26.2