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 |
2- s . name = " WYPopoverController"
3- s . version = " 0.1.2"
4- s . summary = " An iOS Popover for iPhone and iPad. Very customizable."
2+ s . name = ' WYPopoverController'
3+ s . version = ' 0.1.3'
4+ 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.
77 DESC
8- s . homepage = " https://github.com/nicolaschengdev/WYPopoverController"
8+ s . homepage = ' https://github.com/nicolaschengdev/WYPopoverController'
99 s . license = { :type => 'MIT' , :file => 'LICENSE' }
10- s . author = { "Nicolas CHENG" => "nicolas.cheng.dev@gmail.com" }
11- s . source = { :git => "https://github.com/nicolaschengdev/WYPopoverController.git" , :tag => "0.1.2" }
12- s . platform = :ios , '5.0'
10+ s . author = { 'Nicolas CHENG' => 'nicolas.cheng.dev@gmail.com' }
11+
12+ s . source = { :git => 'https://github.com/nicolaschengdev/WYPopoverController.git' , :tag => '0.1.3' }
13+
1314 s . source_files = 'WYPopoverController/*.{h,m}'
1415 s . requires_arc = true
15- s . frameworks = 'QuartzCore' , 'UIKit' , 'CoreGraphics'
16+
17+ s . ios . deployment_target = '7.0'
18+ s . ios . frameworks = 'QuartzCore' , 'UIKit' , 'CoreGraphics'
1619end
You can’t perform that action at this time.
0 commit comments