Skip to content

Commit

Permalink
V0.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
leverdeterre committed Mar 15, 2014
1 parent 3076ab0 commit c7ee68e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions MediaPickerManager.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'MediaPickerManager'
s.version = '0.0.1'
s.version = 0.0.2
s.requires_arc = true
s.author = {
'Morissard Jérome' => 'morissardj@gmail.com'
Expand All @@ -11,7 +11,7 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/leverdeterre/MediaPickerManager'
s.source = {
:git => 'https://github.com/leverdeterre/MediaPickerManager.git',
:tag => 0.0.1
:tag => 0.0.2
}
s.source_files = 'GenericPickerManager/MediaPickerManager/*.{h,m}'
s.frameworks = 'MobileCoreServices'
Expand Down

0 comments on commit c7ee68e

Please sign in to comment.