Files
JBChartView/iNotify/1.5.2/iNotify.podspec
T
2012-06-27 14:33:50 +02:00

13 lines
646 B
Ruby

Pod::Spec.new do |s|
s.name = 'iNotify'
s.version = '1.5.2'
s.license = 'zlib'
s.summary = "Library for displaying remotely administered notifications within a Mac or iPhone app. Similar to Apple's push notifications, but more lightweight and only displayed at app launch time. Perfect for cross-promoting apps or pointing out non-obvious features."
s.homepage = 'http://www.charcoaldesign.co.uk/source/cocoa#inotify'
s.author = 'Nick Lockwood'
s.source = { :git => 'https://github.com/nicklockwood/iNotify.git', :tag => '1.5.2' }
s.source_files = 'iNotify/iNotify.{h,m}'
s.resources = 'iNotify/iNotify.bundle'
end