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

15 lines
669 B
Ruby

Pod::Spec.new do |s|
s.name = 'PagedFlowView'
s.version = '0.0.1'
s.license = 'none specified'
s.summary = 'A Paging Enabled Flow View, like screenshots view in iPhone App Store.'
s.homepage = 'https://github.com/fictorial/PagedFlowView'
s.author = { '卢克' => 'kejinlu@gmail.com', 'Brian Hammond' => 'brian@fictorial.com' }
s.source = { :git => 'git://github.com/fictorial/PagedFlowView.git', :tag => '0.0.1' }
s.description = "Fictorial's fork adds extra delegate methods; also see homepage for example which uses UIPageControl."
s.platform = :ios
s.source_files = 'PagedFlowView/PagedFlowView.{h,m}'
s.frameworks = 'UIKit', 'Foundation'
end