Skip to content

Commit

Permalink
Merge pull request CocoaPods#5332 from nicolaschengdev/master
Browse files Browse the repository at this point in the history
[Add] WYPopoverController (0.1.7)
  • Loading branch information
keith committed Nov 9, 2013
2 parents 50993bb + 731a42d commit f185ae7
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions WYPopoverController/0.1.7/WYPopoverController.podspec
@@ -0,0 +1,19 @@
Pod::Spec.new do |s|
s.name = 'WYPopoverController'
s.version = '0.1.7'
s.summary = 'An iOS Popover for iPhone and iPad. Very customizable.'
s.description = <<-DESC
WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
DESC
s.homepage = 'https://github.com/nicolaschengdev/WYPopoverController'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Nicolas CHENG' => 'nicolas.cheng.dev@gmail.com' }

s.source = { :git => 'https://github.com/nicolaschengdev/WYPopoverController.git', :tag => s.version.to_s }

s.source_files = 'WYPopoverController/*.{h,m}'
s.requires_arc = true

s.ios.deployment_target = '6.0'
s.ios.frameworks = 'QuartzCore', 'UIKit', 'CoreGraphics'
end

0 comments on commit f185ae7

Please sign in to comment.