Skip to content

Commit 8c5b6fe

Browse files
committed
upgrade pod spec
1 parent a0e9743 commit 8c5b6fe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
Binary file not shown.

YNDropDownMenu.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'YNDropDownMenu'
11-
s.version = '1.1.0'
11+
s.version = '1.1.1'
1212
s.summary = 'YNDropDownMenu is created to make drop down menu with Swift3'
1313

1414
s.description = <<-DESC
@@ -21,7 +21,7 @@ TODO: You can init with frame. Button Images, Labels are all optional. See examp
2121
s.author = 'younatics@gmail.com'
2222
s.source = { :git => 'https://github.com/younatics/YNDropDownMenu.git', :tag => s.version.to_s }
2323

24-
s.ios.deployment_target = '8.3'
24+
s.ios.deployment_target = '8.0'
2525

2626
s.source_files = 'YNDropDownMenu/Classes/**/*'
2727

0 commit comments

Comments
 (0)