Skip to content

Commit

Permalink
Adding v0.0.2 of JASidePanels (newer commit).
Browse files Browse the repository at this point in the history
  • Loading branch information
kreeger committed Oct 1, 2012
1 parent a642a6e commit 67e8802
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions JASidePanels/0.0.2/JASidePanels.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = 'JASidePanels'
s.version = '0.0.2'
s.license = 'MIT'
s.summary = 'JASidePanels is a UIViewController container designed for presenting a center panel with revealable side panels - one to the left and one to the right.'
s.homepage = 'https://github.com/gotosleep/JASidePanels'
s.author = { 'Jesse Andersen' => 'gotosleep@gmail.com' }
s.source = { :git => 'https://github.com/gotosleep/JASidePanels.git',
:commit => '59ab1272aad1e1027c3883cc6c73b8a35d3db070' }
s.platform = :ios
s.source_files = 'JASidePanels/Source/*'

s.framework = 'QuartzCore'
s.requires_arc = true
end

0 comments on commit 67e8802

Please sign in to comment.