Skip to content

Commit c893cfb

Browse files
committed
add all .h files to public header
1 parent 670f7b9 commit c893cfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CTAssetsPickerController.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
1818
spec.platform = :ios, '8.0'
1919
spec.ios.deployment_target = '8.0'
2020
spec.source = { :git => 'https://github.com/chiunam/CTAssetsPickerController.git', :tag => 'v3.3.1' }
21-
spec.public_header_files = 'CTAssetsPickerController/*.h'
21+
spec.public_header_files = 'CTAssetsPickerController/**/*.h'
2222
spec.source_files = 'CTAssetsPickerController/**/*.{h,m}'
2323
spec.resource_bundles = { 'CTAssetsPickerController' => ['CTAssetsPickerController/Resources/CTAssetsPicker.xcassets/*/*.png', 'CTAssetsPickerController/Resources/*.lproj'] }
2424
spec.ios.frameworks = 'Photos'

0 commit comments

Comments
 (0)