forked from jvannoord/WYPopoverController
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWYPopoverController.podspec
More file actions
19 lines (16 loc) · 891 Bytes
/
WYPopoverController.podspec
File metadata and controls
19 lines (16 loc) · 891 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
Pod::Spec.new do |s|
s.name = 'WYPopoverController'
s.version = '0.3.6'
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/sammcewan/WYPopoverController'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Nicolas CHENG' => 'nicolas.cheng.dev@gmail.com', 'Sam McEwan' => 'me@sammcewan.co.nz', 'John Meeker' => 'john@meeker.io' }
s.source = { :git => 'https://github.com/jmkr/WYPopoverController.git', :tag => '0.3.6' }
s.source_files = 'WYPopoverController/*.{h,m}'
s.requires_arc = true
s.ios.deployment_target = '6.0'
s.ios.frameworks = 'QuartzCore', 'UIKit', 'CoreGraphics'
end