We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e9743 commit 8c5b6feCopy full SHA for 8c5b6fe
Example/YNDropDownMenu.xcworkspace/xcuserdata/seungyounyi.xcuserdatad/UserInterfaceState.xcuserstate
845 Bytes
YNDropDownMenu.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'YNDropDownMenu'
11
- s.version = '1.1.0'
+ s.version = '1.1.1'
12
s.summary = 'YNDropDownMenu is created to make drop down menu with Swift3'
13
14
s.description = <<-DESC
@@ -21,7 +21,7 @@ TODO: You can init with frame. Button Images, Labels are all optional. See examp
21
s.author = 'younatics@gmail.com'
22
s.source = { :git => 'https://github.com/younatics/YNDropDownMenu.git', :tag => s.version.to_s }
23
24
- s.ios.deployment_target = '8.3'
+ s.ios.deployment_target = '8.0'
25
26
s.source_files = 'YNDropDownMenu/Classes/**/*'
27
0 commit comments