Skip to content

Commit

Permalink
update pod to 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
suricforever committed Sep 28, 2018
1 parent 15fef4e commit 917e0d4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .swift-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
4.2
6 changes: 3 additions & 3 deletions TBDropdownMenu.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
#

s.name = "TBDropdownMenu"
s.version = "3.1.1"
s.version = "3.2.0"
s.summary = "TBDropdownMenu is a dropdown menu for navigationController in Swift"

# This description is used to generate tags and improve search results.
Expand Down Expand Up @@ -62,10 +62,10 @@ Pod::Spec.new do |s|
#

# s.platform = :ios
# s.platform = :ios, "5.0"
# s.platform = :ios, "9.0"

# When using multiple platforms
s.ios.deployment_target = '8.0'
s.ios.deployment_target = '9.0'

# ――― Source Location ―――――――――――――――――――――――――――――――――――――――――――――――――――――――――― #
#
Expand Down

0 comments on commit 917e0d4

Please sign in to comment.