Skip to content

Commit

Permalink
Merge pull request CocoaPods#1649 from lavoy/master
Browse files Browse the repository at this point in the history
ALActionBlocks 0.9
  • Loading branch information
keith committed Apr 1, 2013
2 parents 47b93a3 + e2ea58a commit a7209ff
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions ALActionBlocks/0.9/ALActionBlocks.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "ALActionBlocks"
s.version = "0.9"
s.summary = "ALActionBlocks Category on UIControl 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 => "0.9" }
s.platform = :ios, '5.0'
s.source_files = 'ALActionBlocks', 'ALActionBlocks/*.{h,m}'

s.framework = 'Foundation'
s.requires_arc = true
end

0 comments on commit a7209ff

Please sign in to comment.