Skip to content

Commit 75268ba

Browse files
committed
change version, edit pod spec
1 parent 2e76367 commit 75268ba

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
3.1
1+
3.0

YNDropDownMenu.podspec

Lines changed: 2 additions & 1 deletion
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 = '2.3.3'
11+
s.version = '2.3.4'
1212
s.summary = 'Awesome Dropdown menu for iOS with Swift 3'
1313

1414
s.description = <<-DESC
@@ -22,6 +22,7 @@ Pod::Spec.new do |s|
2222

2323
s.source = { :git => 'https://github.com/younatics/YNDropDownMenu.git', :tag => s.version.to_s }
2424
s.source_files = 'YNDropDownMenu/*.swift'
25+
s.social_media_url = 'https://twitter.com/younatics'
2526

2627
s.ios.deployment_target = '8.0'
2728

0 commit comments

Comments
 (0)