We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bfd04d commit c6054b6Copy full SHA for c6054b6
iOSDropDown.podspec
@@ -8,7 +8,7 @@
8
9
Pod::Spec.new do |s|
10
s.name = 'iOSDropDown'
11
- s.version = '0.1.1'
+ s.version = '0.1.2'
12
s.summary = ' iOSDropDown is an Awesome DropDown Library with Search'
13
s.swift_version = '4.0'
14
# 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
28
s.source = { :git => 'https://github.com/jriosdev/iOSDropDown.git', :tag => s.version.to_s }
29
s.social_media_url = 'https://twitter.com/jishnurajt
30
31
- # s.ios.deployment_target = '8.0'
32
33
- s.source_files = 'iOSDropDown/Classes/*.swift
+
+ s.source_files = 'iOSDropDown/Classes/**/*'
34
35
# s.resource_bundles = {
36
# 'iOSDropDown' => ['iOSDropDown/Assets/*.png']
0 commit comments