Files
JBChartView/HTStateAwareRasterImageView/0.0.1/HTStateAwareRasterImageView.podspec
T
2013-01-03 11:39:53 -08:00

15 lines
669 B
Ruby

Pod::Spec.new do |s|
s.name = "HTStateAwareRasterImageView"
s.version = "0.0.1"
s.platform = :ios
s.summary = "A state-aware cached component rasterization system."
s.homepage = "https://github.com/hoteltonight/HTStateAwareRasterImageView"
s.license = 'MIT'
s.author = { "Jacob Jennings" => "jacob.r.jennings@gmail.com" }
s.source = { :git => "https://github.com/hoteltonight/HTStateAwareRasterImageView.git", :commit => '84199548004b37546b626f80a95ea1a2c5bd4c31' }
s.ios.deployment_target = '4.3'
s.source_files = 'Classes', '*.{h,m}'
s.requires_arc = true
s.dependency 'JJCachedAsyncViewDrawing'
end