Files
JBChartView/AMSlideOutController/0.0.1/AMSlideOutController.podspec
T
Andrea Mazzini e180101fb1 Fixed spec name
2013-03-13 15:37:53 +01:00

15 lines
629 B
Ruby

Pod::Spec.new do |s|
s.name = "AMSlideOutController"
s.version = "0.0.1"
s.summary = "SlideOut Navigation Controller for iOS."
s.homepage = "https://github.com/andreamazz/SlideOutNavigation"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Andrea Mazzini" => "andrea.mazzini@gmail.com" }
s.source = { :git => "https://github.com/andreamazz/SlideOutNavigation.git", :commit => '872aad6' }
s.platform = :ios, '5.0'
s.source_files = 'AMSlideOut', '*.{h,m}'
s.resources = "AMSlideOut/*.png"
s.framework = 'QuartzCore'
s.requires_arc = true
end