Skip to content

Commit

Permalink
upgrade pod spec
Browse files Browse the repository at this point in the history
  • Loading branch information
seungyounyi committed Feb 22, 2017
1 parent a0e9743 commit 8c5b6fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Binary file not shown.
4 changes: 2 additions & 2 deletions YNDropDownMenu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

Pod::Spec.new do |s|
s.name = 'YNDropDownMenu'
s.version = '1.1.0'
s.version = '1.1.1'
s.summary = 'YNDropDownMenu is created to make drop down menu with Swift3'

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

s.ios.deployment_target = '8.3'
s.ios.deployment_target = '8.0'

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

Expand Down

0 comments on commit 8c5b6fe

Please sign in to comment.