Skip to content

Commit

Permalink
[Update] ALAlertBanner (0.2.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
lobianco committed Aug 28, 2013
1 parent 4ff5a02 commit 64657a3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions 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

0 comments on commit 64657a3

Please sign in to comment.