Add HTStateAwareRasterImageView 1.0.1 (removed 1.0, it was only in there for a moment)

This commit is contained in:
Jacob Jennings
2013-03-18 10:12:09 -07:00
parent 377a780f6d
commit 8429c5e34e
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "HTStateAwareRasterImageView"
s.version = "1.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", :tag => '1.0.1' }
s.ios.deployment_target = '4.3'
s.source_files = 'Classes', '*.{h,m}'
s.requires_arc = true
s.dependency 'JJCachedAsyncViewDrawing'
end