Skip to content

Instantly share code, notes, and snippets.

@alyssais
Created May 6, 2013 11:19
Show Gist options
  • Save alyssais/5524569 to your computer and use it in GitHub Desktop.
Save alyssais/5524569 to your computer and use it in GitHub Desktop.
Podspec for latest commit of SWRevealViewController
Pod::Spec.new do |s|
s.name = "SWRevealViewController"
s.version = "0.0.2" # totally arbitrary.
s.summary = "A UIViewController subclass for presenting two view controllers inspired in the FaceBook app, done right."
s.homepage = "https://github.com/John-Lluch/SWRevealViewController"
s.license = "BSD"
s.author = { "John Lluch Zorrilla" => "[email protected]" }
s.source = { :git => "https://github.com/John-Lluch/SWRevealViewController.git", :commit => "e82eb22a4c3a0d134b1ea317b904e042605544e2" }
s.platform = :ios, "5.0"
s.source_files = "SWRevealViewController/*.{h,m}"
s.framework = "CoreGraphics"
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment