Skip to content

Commit e869bfb

Browse files
authored
Update iOSDropDown.podspec
1 parent a35f972 commit e869bfb

File tree

1 file changed

+2
-8
lines changed

1 file changed

+2
-8
lines changed

iOSDropDown.podspec

+2-8
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,6 @@ Pod::Spec.new do |s|
1111
s.version = '0.1.4'
1212
s.summary = ' iOSDropDown is an Awesome DropDown Library with Search'
1313
s.swift_version = '4.0'
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-
2014
s.description = <<-DESC
2115
iOSDropDown is an Awesome Drop Down Menu Library with Search & other customization options
2216
DESC
@@ -28,9 +22,9 @@ iOSDropDown is an Awesome Drop Down Menu Library with Search & other customizati
2822
s.source = { :git => 'https://github.com/jriosdev/iOSDropDown.git', :tag => s.version.to_s }
2923
s.social_media_url = 'https://twitter.com/jishnurajt'
3024

25+
s.ios.deployment_target = '8.0'
3126

32-
33-
s.source_files = 'iOSDropDown/Classes/**/*'
27+
s.source_files = 'iOSDropDown/Classes/**/*'
3428

3529
# s.resource_bundles = {
3630
# 'iOSDropDown' => ['iOSDropDown/Assets/*.png']

0 commit comments

Comments
 (0)