Skip to content

Commit

Permalink
Update pod spec to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
James Van Metre committed Jul 15, 2013
1 parent 867be48 commit be3275b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ELCImagePickerController.podspec
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ELCImagePickerController'
s.version = '0.1.1'
s.version = '0.1.2'
s.summary = 'A Multiple Selection Image Picker.'
s.homepage = 'https://github.com/elc/ELCImagePickerController'
s.license = {
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
}
s.author = {'ELC Technologies' => 'http://elctech.com'}
s.source = {:git => 'https://github.com/elc/ELCImagePickerController.git',
:tag => '0.1.1'
:tag => '0.1.2'
}
s.platform = :ios, '5.0'
s.resources = 'Classes/**/*.{xib,png}'
Expand Down

0 comments on commit be3275b

Please sign in to comment.