Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
barrettj committed Jul 2, 2013
1 parent bf350ad commit 3f312d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BlockAlertsAnd-ActionSheets.podspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 3f312d3

Please sign in to comment.