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

12 lines
602 B
Ruby

Pod::Spec.new do |s|
s.name = 'iVersion'
s.version = '1.9'
s.summary = '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