File tree 1 file changed +2
-8
lines changed
1 file changed +2
-8
lines changed Original file line number Diff line number Diff line change @@ -11,12 +11,6 @@ Pod::Spec.new do |s|
11
11
s . version = '0.1.4'
12
12
s . summary = ' iOSDropDown is an Awesome DropDown Library with Search'
13
13
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
-
20
14
s . description = <<-DESC
21
15
iOSDropDown is an Awesome Drop Down Menu Library with Search & other customization options
22
16
DESC
@@ -28,9 +22,9 @@ iOSDropDown is an Awesome Drop Down Menu Library with Search & other customizati
28
22
s . source = { :git => 'https://github.com/jriosdev/iOSDropDown.git' , :tag => s . version . to_s }
29
23
s . social_media_url = 'https://twitter.com/jishnurajt'
30
24
25
+ s . ios . deployment_target = '8.0'
31
26
32
-
33
- s . source_files = 'iOSDropDown/Classes/**/*'
27
+ s . source_files = 'iOSDropDown/Classes/**/*'
34
28
35
29
# s.resource_bundles = {
36
30
# 'iOSDropDown' => ['iOSDropDown/Assets/*.png']
You can’t perform that action at this time.
0 commit comments