Skip to content

Commit

Permalink
AMSlideOutController 0.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andreamazz committed Mar 13, 2013
1 parent b7f0cd7 commit b8a3c38
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions AMSlideOutController/0.0.1/AMSlideOutController.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "AMSlideOut"
s.version = "0.0.1"
s.summary = "SlideOut Navigation Controller for iOS."
s.homepage = "https://github.com/andreamazz/SlideOutNavigation"
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { "Andrea Mazzini" => "andrea.mazzini@gmail.com" }
s.source = { :git => "https://github.com/andreamazz/SlideOutNavigation.git", :commit => '872aad6' }
s.platform = :ios, '5.0'
s.source_files = 'AMSlideOut', '*.{h,m}'
s.resources = "AMSlideOut/*.png"
s.framework = 'QuartzCore'
s.requires_arc = true
end

0 comments on commit b8a3c38

Please sign in to comment.