diff --git a/BlockAlertsAnd-ActionSheets.podspec b/BlockAlertsAnd-ActionSheets.podspec index c557dc7..752db4a 100644 --- a/BlockAlertsAnd-ActionSheets.podspec +++ b/BlockAlertsAnd-ActionSheets.podspec @@ -1,11 +1,11 @@ Pod::Spec.new do |s| s.name = "BlockAlertsAnd-ActionSheets" - s.version = "1.0.5" + s.version = "1.0.6" s.summary = 'Beautifully done UIAlertView and UIActionSheet replacements inspired by TweetBot.' s.homepage = "https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets" s.license = 'MIT' s.author = { 'Gustavo Ambrozio' => '', "Barrett Jacobsen" => "admin@barrettj.com", "Jose Santiago Jr" => '' } - s.source = { :git => 'https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets.git', :tag => '1.0.5' } + s.source = { :git => 'https://github.com/gpambrozio/BlockAlertsAnd-ActionSheets.git', :tag => "#{s.version}" } s.platform = :ios, '4.3' s.source_files = "BlockAlertsDemo/ToAddToYourProjects/BlockActionSheet.{h,m}", "BlockAlertsDemo/ToAddToYourProjects/BlockAlertView.{h,m}", "BlockAlertsDemo/ToAddToYourProjects/BlockBackground.{h,m}", "BlockAlertsDemo/ToAddToYourProjects/BlockTextPromptAlertView.{h,m}", 'BlockAlertsDemo/ProjectSpecific/BlockUI.h' s.resources = "BlockAlertsDemo/images/*.png", "BlockAlertsDemo/images/ActionSheet/*.png", "BlockAlertsDemo/images/AlertView/*.png"