Skip to content

Commit

Permalink
Merge pull request #147 from mars-lan/master
Browse files Browse the repository at this point in the history
Update podspec to pull in SSZipArchive directly
  • Loading branch information
plrthink authored Jun 27, 2019
2 parents 15b5727 + 9901c07 commit 05a5500
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions RNZipArchive.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,11 @@ Pod::Spec.new do |s|
s.library = 'z'

s.dependency 'React'
s.dependency 'SSZipArchive', '2.2.2'

s.subspec 'Core' do |ss|
ss.source_files = 'ios/*.{h,m}'
ss.public_header_files = ['ios/RNZipArchive.h']
end

s.subspec 'SSZipArchive' do |ss|
ss.source_files = 'ios/SSZipArchive/*.{h,m}', 'ios/SSZipArchive/aes/*.{h,c}', 'ios/SSZipArchive/minizip/*.{h,c}'
ss.private_header_files = 'ios/SSZipArchive/*.h', 'ios/SSZipArchive/aes/*.h', 'ios/SSZipArchive/minizip/*.h'
end

end

0 comments on commit 05a5500

Please sign in to comment.