File tree 1 file changed +4
-3
lines changed
1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ Pod::Spec.new do |s|
18
18
# * Finally, don't worry about the indent, CocoaPods strips it!
19
19
20
20
s . description = <<-DESC
21
- iOSDropDown is an Awesome DropDown Library with Search and other customization options
21
+ iOSDropDown is an Awesome Drop Down Menu Library with Search & other customization options
22
22
DESC
23
23
24
24
s . homepage = 'https://github.com/jriosdev/iOSDropDown'
@@ -28,9 +28,9 @@ iOSDropDown is an Awesome DropDown Library with Search and other customization o
28
28
s . source = { :git => 'https://github.com/jriosdev/iOSDropDown.git' , :tag => s . version . to_s }
29
29
s . social_media_url = 'https://twitter.com/jishnurajt
30
30
31
- s.ios.deployment_target = ' 8.0 '
31
+ # s.ios.deployment_target = ' 8.0 '
32
32
33
- s.source_files = ' iOSDropDown /Classes /** /*'
33
+ s.source_files = ' iOSDropDown /* . Swift
34
34
35
35
# s.resource_bundles = {
36
36
# 'iOSDropDown' => ['iOSDropDown/Assets/*.png']
@@ -39,4 +39,5 @@ iOSDropDown is an Awesome DropDown Library with Search and other customization o
39
39
# s.public_header_files = 'Pod/Classes/**/*.h'
40
40
s . frameworks = 'UIKit'
41
41
# s.dependency 'AFNetworking', '~> 2.3'
42
+
42
43
end
You can’t perform that action at this time.
0 commit comments