File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11Pod ::Spec . new do |s |
22 s . name = 'WYPopoverController'
3- s . version = '0.1.3 '
3+ s . version = '0.1.4-beta '
44 s . summary = 'An iOS Popover for iPhone and iPad. Very customizable.'
55 s . description = <<-DESC
66 WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
@@ -9,11 +9,11 @@ Pod::Spec.new do |s|
99 s . license = { :type => 'MIT' , :file => 'LICENSE' }
1010 s . author = { 'Nicolas CHENG' => 'nicolas.cheng.dev@gmail.com' }
1111
12- s . source = { :git => 'https://github.com/nicolaschengdev/WYPopoverController.git' , :tag => '0.1.3' }
12+ s . source = { :git => 'https://github.com/nicolaschengdev/WYPopoverController.git' }
1313
1414 s . source_files = 'WYPopoverController/*.{h,m}'
1515 s . requires_arc = true
1616
17- s . ios . deployment_target = '7.0 '
17+ s . ios . deployment_target = '5.1 '
1818 s . ios . frameworks = 'QuartzCore' , 'UIKit' , 'CoreGraphics'
1919end
You can’t perform that action at this time.
0 commit comments