Skip to content

Commit 544dac8

Browse files
update podspec to [0.1.3]
1 parent dae198d commit 544dac8

1 file changed

Lines changed: 11 additions & 8 deletions

File tree

WYPopoverController.podspec

Lines changed: 11 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,19 @@
11
Pod::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'
1619
end

0 commit comments

Comments
 (0)