From 4437e45378d0affea6cae7dcecabcd5360cc77dc Mon Sep 17 00:00:00 2001 From: Ash Furrow Date: Tue, 9 Apr 2013 10:31:02 -0400 Subject: [PATCH] Added LetterpressExplosion 1.0 --- .../1.0/LetterpressExplosion.podspec | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 LetterpressExplosion/1.0/LetterpressExplosion.podspec diff --git a/LetterpressExplosion/1.0/LetterpressExplosion.podspec b/LetterpressExplosion/1.0/LetterpressExplosion.podspec new file mode 100644 index 00000000..80785ac0 --- /dev/null +++ b/LetterpressExplosion/1.0/LetterpressExplosion.podspec @@ -0,0 +1,14 @@ +Pod::Spec.new do |s| + s.name = "LetterpressExplosion" + s.version = "1.0" + s.summary = "Category on `UIView` called Explode that will take the uiview and explode it into pieces." + s.homepage = "https://github.com/vibrazy/letterpressexplosion" + s.license = { :type => 'MIT', :file => 'LICENSE' } + s.author = 'Daniel Tavares' + s.source = { :git => "https://github.com/vibrazy/letterpressexplosion.git", :tag => '1.0' } + s.platform = :ios, '6.0' + s.source_files = 'LetterPressExplosion/LetterPressExplosion/Categories/**/*.{h,m}' + s.public_header_files = 'LetterPressExplosion/LetterPressExplosion/Categories/**/*.{h,m}' + # s.frameworks = 'UIKit', 'QuartzCore' + s.requires_arc = true +end