We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e76367 commit 75268baCopy full SHA for 75268ba
.swift-version
@@ -1 +1 @@
1
-3.1
+3.0
YNDropDownMenu.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'YNDropDownMenu'
11
- s.version = '2.3.3'
+ s.version = '2.3.4'
12
s.summary = 'Awesome Dropdown menu for iOS with Swift 3'
13
14
s.description = <<-DESC
@@ -22,6 +22,7 @@ Pod::Spec.new do |s|
22
23
s.source = { :git => 'https://github.com/younatics/YNDropDownMenu.git', :tag => s.version.to_s }
24
s.source_files = 'YNDropDownMenu/*.swift'
25
+ s.social_media_url = 'https://twitter.com/younatics'
26
27
s.ios.deployment_target = '8.0'
28
0 commit comments