Files
JBChartView/ZKRevealingTableViewCell/0.0.3/ZKRevealingTableViewCell.podspec
T
2012-06-27 14:33:50 +02:00

15 lines
680 B
Ruby

Pod::Spec.new do |s|
s.name = 'ZKRevealingTableViewCell'
s.version = '0.0.3'
s.license = 'MIT'
s.summary = 'A Sparrow-style Implementation of Swipe-To-Reveal.'
s.homepage = 'https://github.com/alexzielenski/ZKRevealingTableViewCell'
s.author = { 'Alex Zielenski' => 'support@alexzielenski.com' }
s.source = { :git => 'https://github.com/alexzielenski/ZKRevealingTableViewCell.git', :tag => '0.0.3' }
s.description = 'A different kind of swipe-to-reveal that pans with your finger and works left and right to reveal a background view.'
s.platform = :ios
s.source_files = 'vendor'
s.framework = 'QuartzCore'
end