Skip to content

Commit

Permalink
add all .h files to public header
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-dumit committed Apr 11, 2016
1 parent 670f7b9 commit c893cfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CTAssetsPickerController.podspec
Expand Up @@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
spec.platform = :ios, '8.0'
spec.ios.deployment_target = '8.0'
spec.source = { :git => 'https://github.com/chiunam/CTAssetsPickerController.git', :tag => 'v3.3.1' }
spec.public_header_files = 'CTAssetsPickerController/*.h'
spec.public_header_files = 'CTAssetsPickerController/**/*.h'
spec.source_files = 'CTAssetsPickerController/**/*.{h,m}'
spec.resource_bundles = { 'CTAssetsPickerController' => ['CTAssetsPickerController/Resources/CTAssetsPicker.xcassets/*/*.png', 'CTAssetsPickerController/Resources/*.lproj'] }
spec.ios.frameworks = 'Photos'
Expand Down

0 comments on commit c893cfb

Please sign in to comment.