Files
JBChartView/MTFittedScrollView/0.1.0/MTFittedScrollView.podspec
T
2013-02-20 18:46:36 -07:00

14 lines
604 B
Ruby

Pod::Spec.new do |s|
s.name = "MTFittedScrollView"
s.version = "0.1.0"
s.summary = "A UIScrollView subclass that resizes itself to fit around its content."
s.homepage = "https://github.com/mysterioustrousers/MTFittedScrollView"
s.license = 'MIT'
s.author = { "Adam Kirk" => "atomkirk@gmail.com" }
s.source = { :git => "https://github.com/mysterioustrousers/MTFittedScrollView.git", :tag => "0.1.0" }
s.platform = :ios, '4.0'
s.source_files = 'MTFittedScrollView/MTFittedScrollView.{h,m}'
s.frameworks = 'UIKit'
s.requires_arc = true
end