From 6255cb58959eed4af573e1850ed2491348dcceb7 Mon Sep 17 00:00:00 2001 From: Anthony Date: Wed, 28 Aug 2013 13:19:00 -0400 Subject: [PATCH] [Update] ALAlertBanner (0.2.0) --- ALAlertBanner/0.2.0/ALAlertBanner.podspec | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 ALAlertBanner/0.2.0/ALAlertBanner.podspec diff --git a/ALAlertBanner/0.2.0/ALAlertBanner.podspec b/ALAlertBanner/0.2.0/ALAlertBanner.podspec new file mode 100644 index 00000000000000..11062240d7a0c3 --- /dev/null +++ b/ALAlertBanner/0.2.0/ALAlertBanner.podspec @@ -0,0 +1,16 @@ +Pod::Spec.new do |s| + s.name = 'ALAlertBanner' + s.version = '0.2.0' + s.summary = 'A clean and simple alert banner for iPhone and iPad' + s.homepage = 'https://github.com/alobi/ALAlertBanner' + s.author = { 'Anthony Lobianco' => 'anthony@lobian.co' } + s.license = 'MIT' + s.platform = :ios, '5.0' + s.requires_arc = true + s.screenshots = [ 'http://alobi.github.io/ALAlertBanner/screenshots/screenshot3.png', + 'http://alobi.github.io/ALAlertBanner/screenshots/screenshot2.png' ] + s.source = { :git => 'https://github.com/alobi/ALAlertBanner.git', :tag => s.version.to_s } + s.source_files = 'ALAlertBanner/*.{h,m}' + s.resources = 'ALAlertBanner/Images/*.{png}' + s.frameworks = 'QuartzCore' +end \ No newline at end of file