Files
CWStatusBarNotification/CWStatusBarNotification.podspec
T
Cezary Wojcik 34c81e7e93 2.2.1
2014-10-18 11:06:05 -07:00

18 lines
892 B
Ruby

source 'https://github.com/CocoaPods/Specs.git'
Pod::Spec.new do |s|
s.name = "CWStatusBarNotification"
s.version = "2.2.1"
s.summary = "A library that creates status bar notifications."
s.description = "CWStatusBarNotification is a library allows you to present a beautiful text-based notification in the status bar."
s.homepage = "https://github.com/cezarywojcik/CWStatusBarNotification"
s.screenshots = "https://raw.github.com/cezarywojcik/CWStatusBarNotification/master/screenshots/screenshot.png"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Cezary Wojcik" => "me@cezarywojcik.com" }
s.platform = :ios, '7.0'
s.source = { :git => "https://github.com/cezarywojcik/CWStatusBarNotification.git",
:tag => s.version.to_s }
s.source_files = 'CWStatusBarNotification'
s.requires_arc = true
end