From 02bc6e469d12882cfe033f55fbe9f89bea9fdcab Mon Sep 17 00:00:00 2001 From: Martin Moizard Date: Fri, 22 Mar 2013 11:53:02 +0100 Subject: [PATCH] [Add] GSAnimationBlockDelegate (1.0.0) --- .../1.0.0/GSAnimationBlockDelegate.podspec | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 GSAnimationBlockDelegate/1.0.0/GSAnimationBlockDelegate.podspec diff --git a/GSAnimationBlockDelegate/1.0.0/GSAnimationBlockDelegate.podspec b/GSAnimationBlockDelegate/1.0.0/GSAnimationBlockDelegate.podspec new file mode 100644 index 00000000..ce19a65e --- /dev/null +++ b/GSAnimationBlockDelegate/1.0.0/GSAnimationBlockDelegate.podspec @@ -0,0 +1,18 @@ +Pod::Spec.new do |s| + s.name = "GSAnimationBlockDelegate" + s.version = "1.0" + s.summary = "A lightweight class that supports block callbacks instead of CAAnimation delegates." + s.description = <<-DESC + GSAnimationBlockDelegate offers three different blocks : + blockOnAnimationStarted when the animation starts + blockOnAnimationSucceeded when the animation succeeds + and blockOnAnimationFailed when the animation fails. + DESC + s.homepage = "https://github.com/MartinMoizard/GSAnimationBlockDelegate" + s.license = { :type => 'MIT', :file => 'LICENSE.txt' } + s.author = "Martin Moizard" + s.source = { :git => "git://github.com/MartinMoizard/GSAnimationBlockDelegate.git" } + s.platform = :ios, '5.0' + s.source_files = 'GSAnimationBlockDelegate/Library' + s.requires_arc = true +end \ No newline at end of file