Skip to content

Commit

Permalink
updated ALActionBlocks to 1.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy LaVoy committed Oct 17, 2013
1 parent 62948ec commit 1e6805f
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions ALActionBlocks/1.0.3/ALActionBlocks.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
Pod::Spec.new do |s|
s.name = "ALActionBlocks"
s.version = "1.0.3"
s.summary = "ALActionBlocks Category on UIControl, UIBarButtonItem, and UIGestureRecognizer to allow use of blocks instead of selectors."
s.homepage = "https://github.com/lavoy/ALActionBlocks"
s.license = { :type => "MIT", :file => 'LICENSE' }
s.author = { "Andy LaVoy" => "andy@logcabinapps.com" }
s.source = { :git => "https://github.com/lavoy/ALActionBlocks.git", :tag => "1.0.3" }
s.platform = :ios, '5.0'
s.source_files = 'ALActionBlocks', 'ALActionBlocks/*.{h,m}'
s.framework = 'Foundation'
s.requires_arc = true
end

0 comments on commit 1e6805f

Please sign in to comment.