Skip to content

Commit

Permalink
added podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
evfemist committed Sep 6, 2016
1 parent 7bf315e commit d5d3606
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions JASidePanels.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
Pod::Spec.new do |s|
s.name = "JASidePanels"
s.version = "1.3.2"
s.summary = "Reveal side ViewControllers similar to Facebook/Path's menu"
s.description = <<-DESC
UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right.",
DESC
s.homepage = "https://github.com/evfemist/JASidePanels"
s.license = { :type => "MIT", :file => "README.markdown" }
s.authors = { "Jesse Andersen" => "[email protected]",
"Roman Stetsenko" => "[email protected]"}
s.platform = :ios, "5.0"
s.source = { :git => "https://github.com/evfemist/JASidePanels.git", :tag => "#{s.version}" }
s.source_files = "JASidePanels/Source/*"
s.frameworks = "QuartzCore"
s.requires_arc = true
end

0 comments on commit d5d3606

Please sign in to comment.