Skip to content

Commit

Permalink
Merge pull request CocoaPods#1791 from andreamazz/master
Browse files Browse the repository at this point in the history
Updated AMSlideOutController v1.0.0
  • Loading branch information
keith committed Apr 13, 2013
2 parents dc95725 + 8c4c645 commit a44f99c
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions AMSlideOutController/1.0.0/AMSlideOutController.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = "AMSlideOutController"
s.version = "1.0.0"
s.summary = "SlideOut Navigation Controller for iOS. Fully customizable."
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", :tag => 'v1.0.0' }
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 a44f99c

Please sign in to comment.