Files
JBChartView/EasyTableView/1.1.0/EasyTableView.podspec
T
Aleksey Novicov 0261cf6716 Updated for iOS 6
2013-01-10 12:13:49 -08:00

14 lines
526 B
Ruby

Pod::Spec.new do |s|
s.name = "EasyTableView"
s.version = "1.1.0"
s.summary = "Horizontal and vertical scrolling table views for iOS."
s.homepage = "https://github.com/alekseyn/EasyTableView"
s.license = { :type => 'MIT' }
s.author = { "Aleksey Novicov" => "aleksey@yodelcode.com" }
s.source = { :git => "https://github.com/alekseyn/EasyTableView.git", :tag => "1.1.0" }
s.platform = :ios
s.source_files = 'Classes/EasyTableView.{h,m}'
s.requires_arc = true
end