make all h files public

This commit is contained in:
Francisco Gindre 2020-01-15 18:28:44 -03:00
parent fbf45f5552
commit 7b762e8462
1 changed files with 0 additions and 2 deletions

View File

@ -15,8 +15,6 @@ Pod::Spec.new do |s|
}
s.source = { :git => 'https://github.com/zcash/ZcashLightClientKit.git', :tag => s.version.to_s }
s.public_header_files = 'ZcashLightClientKit/ZcashLightClientKit.h'
s.private_header_files = 'ZcashLightClientKit/zcashlc/zcashlc.h'
s.source_files = 'ZcashLightClientKit/**/*.{swift,h,a}'
s.module_map = 'ZcashLightClientKit.modulemap'
s.swift_version = '5.1'