Skip to content

Commit

Permalink
avoid bundling demo files
Browse files Browse the repository at this point in the history
  • Loading branch information
lawrencelomax committed Oct 18, 2012
1 parent 5c91a43 commit bcbc9cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ELCImagePickerController.podspec
Expand Up @@ -13,8 +13,8 @@ Pod::Spec.new do |s|
:commit => 'HEAD'
}
s.platform = :ios, '5.0'
s.resources = "Classes/**/*.{xib}"
s.source_files = 'Classes/**/*.{h,m}'
s.resources = 'Classes/**/*.{xib,png}'
s.source_files = 'Classes/ELCAlbumPickerController.{h,m}', 'Classes/ELCAsset.{h,m}', 'Classes/ELCAssetCell.{h,m}', 'Classes/ELCAssetTablePicker.{h,m}', 'Classes/ELCImagePickerController.{h,m}'
s.framework = 'Foundation', 'UIKit'
s.requires_arc = false
end

0 comments on commit bcbc9cb

Please sign in to comment.