Files
JBChartView/JASidePanels/0.0.1/JASidePanels.podspec
T
Fabio Pelosin 301a108173 Back to green.
2012-10-03 15:33:19 +02:00

14 lines
662 B
Ruby

Pod::Spec.new do |s|
s.name = 'JASidePanels'
s.version = '0.0.1'
s.license = 'MIT'
s.summary = 'UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right.'
s.homepage = 'https://github.com/gotosleep/JASidePanels'
s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' }
s.source = { :git => 'https://github.com/gotosleep/JASidePanels.git', :commit => '1218f721c6e781196607c82a2a6ff82f40e23636' }
s.platform = :ios
s.source_files = 'JASidePanels/Source/*'
s.framework = 'QuartzCore'
s.requires_arc = true
end