diff --git a/IBActionSheet.podspec b/IBActionSheet.podspec index b5ce2b1..e28ac1d 100644 --- a/IBActionSheet.podspec +++ b/IBActionSheet.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |s| s.name = 'IBActionSheet' - s.version = '0.0.3' + s.version = '0.0.4' s.summary = 'Customizable iOS 7 style UIActionSheet' s.homepage = 'https://github.com/ianb821/IBActionSheet' @@ -10,7 +10,7 @@ Pod::Spec.new do |s| s.author = { 'Ian Burns' => 'ianb821@gmail.com' } s.platform = :ios, '5.0' - s.source = { :git => 'https://github.com/irtemed88/IBActionSheet.git', :tag => '0.0.3' } + s.source = { :git => 'https://github.com/irtemed88/IBActionSheet.git', :tag => '0.0.4' } s.source_files = 'IBActionSheetSample/IBActionSheetSample/IBActionSheet.{h,m}' s.framework = 'QuartzCore'