Files
JBChartView/SWRevealViewController/0.0.1/SWRevealViewController.podspec
T
Engin Kurutepe 38dca59311 Update SWRevealViewController/0.0.1/SWRevealViewController.podspec
Tested and confirmed: the class perfectly works with iOS 5 even though the description states iOS 6.
2013-01-23 12:23:51 +01:00

19 lines
706 B
Ruby

Pod::Spec.new do |s|
s.name = "SWRevealViewController"
s.version = "0.0.1"
s.summary = "A UIViewController subclass for presenting two view controllers inspired in the FaceBook app, done right."
s.homepage = "https://github.com/Joan-Lluch/SWRevealViewController"
s.license = "BSD"
s.author = { "John Lluch Zorrilla" => "joan.lluch@sweetwilliamsl.com" }
s.source = { :git => "https://github.com/Joan-Lluch/SWRevealViewController.git", :commit => "16bf569a5c53935e43214300df1614ced0055acb" }
s.platform = :ios, "5.0"
s.source_files = "SWRevealViewController/*.{h,m}"
s.framework = "CoreGraphics"
s.requires_arc = true
end