Skip to content

Commit c6054b6

Browse files
authored
Update iOSDropDown.podspec
1 parent 3bfd04d commit c6054b6

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

iOSDropDown.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'iOSDropDown'
11-
s.version = '0.1.1'
11+
s.version = '0.1.2'
1212
s.summary = ' iOSDropDown is an Awesome DropDown Library with Search'
1313
s.swift_version = '4.0'
1414
# This description is used to generate tags and improve search results.
@@ -28,9 +28,9 @@ iOSDropDown is an Awesome Drop Down Menu Library with Search & other customizati
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'
3231
33-
s.source_files = 'iOSDropDown/Classes/*.swift
32+
33+
s.source_files = 'iOSDropDown/Classes/**/*'
3434
3535
# s.resource_bundles = {
3636
# 'iOSDropDown' => ['iOSDropDown/Assets/*.png']

0 commit comments

Comments
 (0)