Skip to content

Commit

Permalink
1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cezarywojcik committed Sep 19, 2013
1 parent f09103f commit 0c22577
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions CWStatusBarNotification.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "CWStatusBarNotification"
s.version = "1.0.0"
s.summary = "A category on UIViewController to show a text notification in the status bar."
s.description = "CWStatusBarNotification adds a category on UIViewController that allows you to present a text-based notification in the status bar."
s.homepage = "http://github.com/cezarywojcik/CWStatusBarNotification"
s.screenshots = "https://raw.github.com/cezarywojcik/CWStatusBarNotification/master/screenshot.png"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Cezary Wojcik" => "cezarywojcik@cezarywojcik.com" }
s.platform = :ios, '6.0'
s.source = { :git => "https://github.com/cezarywojcik/CWStatusBarNotification.git",
:tag => s.version.to_s }
s.source_files = 'CWStatusBarNotification'
s.requires_arc = true
end

0 comments on commit 0c22577

Please # to comment.