From 1e6805f21845b619d679ae1cad32dcd155bd8b57 Mon Sep 17 00:00:00 2001 From: Andy LaVoy Date: Thu, 17 Oct 2013 13:42:18 -0500 Subject: [PATCH] updated ALActionBlocks to 1.0.3 --- ALActionBlocks/1.0.3/ALActionBlocks.podspec | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 ALActionBlocks/1.0.3/ALActionBlocks.podspec diff --git a/ALActionBlocks/1.0.3/ALActionBlocks.podspec b/ALActionBlocks/1.0.3/ALActionBlocks.podspec new file mode 100644 index 000000000000000..4f41c1f10cad723 --- /dev/null +++ b/ALActionBlocks/1.0.3/ALActionBlocks.podspec @@ -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