Files
JBChartView/iVersion/1.9/iVersion.podspec
T
ootake a6faa8446c Update iVersion.podspec
cut extra blank
2012-03-30 21:46:19 +09:00

12 lines
630 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.clean_paths = 'Examples'
s.resources = 'iVersion.bundle'
end