Skip to content

Commit b4966d2

Browse files
committed
s.version = "0.2.3"
1 parent f2d088c commit b4966d2

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

SwiftMan.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Pod::Spec.new do |s|
1616
#
1717

1818
s.name = "SwiftMan"
19-
s.version = "0.2.2"
19+
s.version = "0.2.3"
2020
s.summary = "Swift extensions and utils classes"
2121

2222
# This description is used to generate tags and improve search results.
@@ -90,7 +90,7 @@ Pod::Spec.new do |s|
9090
# Not including the public_header_files will make all headers public.
9191
#
9292

93-
s.source_files = "SwiftMan/*"
93+
s.source_files = "SwiftMan/**/*"
9494
#s.exclude_files = "Classes/Exclude"
9595

9696
# s.public_header_files = "Classes/**/*.h"

SwiftMan/Info.plist

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<key>CFBundlePackageType</key>
1616
<string>FMWK</string>
1717
<key>CFBundleShortVersionString</key>
18-
<string>0.2.2</string>
18+
<string>0.2.3</string>
1919
<key>CFBundleSignature</key>
2020
<string>????</string>
2121
<key>CFBundleVersion</key>

0 commit comments

Comments
 (0)