Skip to content

Commit 26a6865

Browse files
committed
podspec
1 parent 94709a1 commit 26a6865

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

iOSDropDown.podspec

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ Pod::Spec.new do |s|
1818
# * Finally, don't worry about the indent, CocoaPods strips it!
1919

2020
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
2222
DESC
2323

2424
s.homepage = 'https://github.com/jriosdev/iOSDropDown'
@@ -28,9 +28,9 @@ iOSDropDown is an Awesome DropDown Library with Search and other customization o
2828
s.source = { :git => 'https://github.com/jriosdev/iOSDropDown.git', :tag => s.version.to_s }
2929
s.social_media_url = 'https://twitter.com/jishnurajt
3030
31-
s.ios.deployment_target = '8.0'
31+
# s.ios.deployment_target = '8.0'
3232
33-
s.source_files = 'iOSDropDown/Classes/**/*'
33+
s.source_files = 'iOSDropDown/*.Swift
3434

3535
# s.resource_bundles = {
3636
# 'iOSDropDown' => ['iOSDropDown/Assets/*.png']
@@ -39,4 +39,5 @@ iOSDropDown is an Awesome DropDown Library with Search and other customization o
3939
# s.public_header_files = 'Pod/Classes/**/*.h'
4040
s.frameworks = 'UIKit'
4141
# s.dependency 'AFNetworking', '~> 2.3'
42+
4243
end

0 commit comments

Comments
 (0)