15 lines
665 B
Ruby
15 lines
665 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = "HTStateAwareRasterImageView"
|
|
s.version = "1.1.4"
|
|
s.platform = :ios
|
|
s.summary = "PROJECT RENAMED TO HTRasterView. 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", :tag => '1.1.4' }
|
|
s.ios.deployment_target = '4.3'
|
|
s.source_files = 'Classes', '*.{h,m}'
|
|
s.requires_arc = true
|
|
s.dependency 'JJCachedAsyncViewDrawing'
|
|
end
|