File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ Pod::Spec.new do |s|
16
16
#
17
17
18
18
s . name = "SwiftMan"
19
- s . version = "0.2.2 "
19
+ s . version = "0.2.3 "
20
20
s . summary = "Swift extensions and utils classes"
21
21
22
22
# This description is used to generate tags and improve search results.
@@ -90,7 +90,7 @@ Pod::Spec.new do |s|
90
90
# Not including the public_header_files will make all headers public.
91
91
#
92
92
93
- s . source_files = "SwiftMan/*"
93
+ s . source_files = "SwiftMan/**/* "
94
94
#s.exclude_files = "Classes/Exclude"
95
95
96
96
# s.public_header_files = "Classes/**/*.h"
Original file line number Diff line number Diff line change 15
15
<key >CFBundlePackageType </key >
16
16
<string >FMWK </string >
17
17
<key >CFBundleShortVersionString </key >
18
- <string >0.2.2 </string >
18
+ <string >0.2.3 </string >
19
19
<key >CFBundleSignature </key >
20
20
<string >???? </string >
21
21
<key >CFBundleVersion </key >
You can’t perform that action at this time.
0 commit comments