Skip to content

Commit c8dfd83

Browse files
committed
Update pod spec
1 parent 07be154 commit c8dfd83

File tree

2 files changed

+3
-10
lines changed

2 files changed

+3
-10
lines changed

Example/Pods/Pods.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

LMDropdownViewSwift.podspec

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,6 @@ Pod::Spec.new do |s|
1010
s.name = 'LMDropdownViewSwift'
1111
s.version = '1.0.0'
1212
s.summary = 'LMDropdownViewSwift is a simple dropdown view inspired by Tappy.'
13-
14-
# This description is used to generate tags and improve search results.
15-
# * Think: What does it do? Why did you write it? What is the focus?
16-
# * Try to keep it short, snappy and to the point.
17-
# * Write the description between the DESC delimiters below.
18-
# * Finally, don't worry about the indent, CocoaPods strips it!
19-
2013
s.description = <<-DESC
2114
LMDropdownViewSwift is a simple dropdown view inspired by Tappy.
2215
DESC
@@ -28,7 +21,7 @@ LMDropdownViewSwift is a simple dropdown view inspired by Tappy.
2821
s.source = { :git => 'https://github.com/LMinh/LMDropdownViewSwift.git', :tag => s.version.to_s }
2922

3023
s.ios.deployment_target = '8.0'
31-
24+
s.swift_version = '5.0'
3225
s.source_files = 'LMDropdownViewSwift/Classes/**/*'
3326

3427
# s.public_header_files = 'Pod/Classes/**/*.h'

0 commit comments

Comments
 (0)