We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 670f7b9 commit c893cfbCopy full SHA for c893cfb
CTAssetsPickerController.podspec
@@ -18,7 +18,7 @@ Pod::Spec.new do |spec|
18
spec.platform = :ios, '8.0'
19
spec.ios.deployment_target = '8.0'
20
spec.source = { :git => 'https://github.com/chiunam/CTAssetsPickerController.git', :tag => 'v3.3.1' }
21
- spec.public_header_files = 'CTAssetsPickerController/*.h'
+ spec.public_header_files = 'CTAssetsPickerController/**/*.h'
22
spec.source_files = 'CTAssetsPickerController/**/*.{h,m}'
23
spec.resource_bundles = { 'CTAssetsPickerController' => ['CTAssetsPickerController/Resources/CTAssetsPicker.xcassets/*/*.png', 'CTAssetsPickerController/Resources/*.lproj'] }
24
spec.ios.frameworks = 'Photos'
0 commit comments