Files
JBChartView/PunchScrollView/1.0.2/PunchScrollView.podspec
T
2013-02-07 20:27:31 -08:00

16 lines
486 B
Ruby

Pod::Spec.new do |s|
s.name = 'PunchScrollView'
s.version = '1.0.2'
s.summary = 'PunchScrollView is a iOS ScrollView framework which works like the UITableView.'
s.homepage = 'https://github.com/tapwork/PunchScrollView'
s.author = { 'Christian Menschel' => 'http://www.tapwork.de' }
s.license = 'MIT'
s.source = { :git => 'https://github.com/tapwork/PunchScrollView.git', :tag => '1.0.2' }
s.platform = :ios
s.source_files = 'PunchScrollView.{h,m}'
end