Skip to content

Commit

Permalink
Merge pull request #31 from lawrencelomax/master
Browse files Browse the repository at this point in the history
Podspec for ELCImagePickerController
  • Loading branch information
jvanmetre committed Mar 26, 2013
2 parents ee98818 + bcbc9cb commit 1f5e368
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions ELCImagePickerController.podspec
@@ -0,0 +1,20 @@
Pod::Spec.new do |s|
s.name = 'ELCImagePickerController'
s.version = '0.0.1'
s.summary = 'A Multiple Selection Image Picker.'
s.homepage = 'https://github.com/elc/ELCImagePickerController'
s.license = {
:type => 'MIT',
:file => 'README'
}
s.author = {'ELC Technologies' => 'http://elctech.com'}
s.source = {
:git => 'https://github.com/elc/ELCImagePickerController.git',
:commit => 'HEAD'
}
s.platform = :ios, '5.0'
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 1f5e368

Please sign in to comment.