Files
JBChartView/SMGridView/1.0.0/SMGridView.podspec
T
2012-11-06 15:55:28 -05:00

14 lines
659 B
Ruby

Pod::Spec.new do |s|
s.name = "SMGridView"
s.version = "1.0.0"
s.summary = "UIScrollView subclass that uses methods similar to UITableView, UITableViewDataSource, and UITableViewDelegate."
s.homepage = "https://github.com/brewster/SMGridView"
s.license = 'MIT'
s.authors = { "Miguel Cohnen" => "miguelcohnen@gmail.com", "Sarah Lensing" => "sarahlensing@gmail.com" }
s.source = { :git => "https://github.com/brewster/SMGridView.git", :tag => "1.0.0" }
s.platform = :ios
s.source_files = 'Classes', 'SMGridView/source/*.{h,m}'
s.frameworks = 'QuartzCore', 'UIKit', 'Foundation', 'CoreGraphics'
end