Skip to content

Commit

Permalink
[Add] SWRevealViewController 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian Cooke committed Jan 6, 2013
1 parent f01da83 commit 216878a
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions SWRevealViewController/0.0.1/SWRevealViewController.podspec
@@ -0,0 +1,18 @@
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, "6.0"

s.source_files = "SWRevealViewController/*.{h,m}"

s.framework = "CoreGraphics"

s.requires_arc = true
end

0 comments on commit 216878a

Please sign in to comment.