Files
JBChartView/iVersion/1.9/iVersion.podspec
T
Fabio Pelosin 301a108173 Back to green.
2012-10-03 15:33:19 +02:00

12 lines
760 B
Ruby

Pod::Spec.new do |s|
s.name = 'iVersion'
s.version = '1.9'
s.summary = 'Dynamically checks for updates to Mac/iPhone App Store apps and notifies users about the new release.'
s.description = 'Library for dynamically checking for updates to Mac/iPhone App Store apps from within the application and notifying users about the new release. Can also notify users about new features in the app the first time they launch after an upgrade.'
s.homepage = 'http://www.charcoaldesign.co.uk/source/cocoa#iversion'
s.author = 'Nick Lockwood'
s.source = { :git => 'https://github.com/nicklockwood/iVersion.git', :tag => '1.9' }
s.source_files = 'iVersion/iVersion.{h,m}'
s.resources = 'iVersion.bundle'
end