Skip to content

Commit

Permalink
trying to fix resources loading
Browse files Browse the repository at this point in the history
  • Loading branch information
felix-dumit committed Nov 27, 2017
1 parent 0d59e4e commit 5673779
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CTAssetsPickerController.podspec
Expand Up @@ -20,8 +20,7 @@ Pod::Spec.new do |spec|
spec.source = { :git => 'https://github.com/chiunam/CTAssetsPickerController.git', :tag => 'v3.3.2-alpha' }
spec.public_header_files = 'CTAssetsPickerController/*.h'
spec.source_files = 'CTAssetsPickerController/**/*.{h,m}'
spec.resource_bundles = { 'CTAssetsPickerController' => ['CTAssetsPickerController/Resources/*.lproj'] }
spec.resources = 'CTAssetsPickerController/Resources/CTAssetsPicker.xcassets'
spec.resources = 'CTAssetsPickerController/Resources/**/*'
spec.ios.frameworks = 'Photos'
spec.requires_arc = true
spec.dependency 'PureLayout', '~> 3.0.0'
Expand Down

0 comments on commit 5673779

Please sign in to comment.