Created
May 6, 2013 11:19
-
-
Save alyssais/5524569 to your computer and use it in GitHub Desktop.
Podspec for latest commit of SWRevealViewController
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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