Skip to content

Commit cd391a0

Browse files
update podspec for master branch
1 parent 3d096bc commit cd391a0

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

WYPopoverController.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::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'
1919
end

0 commit comments

Comments
 (0)