Skip to content

Commit 7e8971e

Browse files
committed
resolves #14
1 parent 2432a5b commit 7e8971e

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

SwiftString.podspec

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SwiftString"
3-
s.version = "0.5"
3+
s.version = "0.5.1"
44
s.summary = "A lightweight string extension for Swift"
55

66
s.description = <<-DESC
@@ -17,7 +17,4 @@ Pod::Spec.new do |s|
1717
s.requires_arc = true
1818

1919
s.source_files = 'Pod/Classes/**/*'
20-
s.resource_bundles = {
21-
'SwiftString' => ['Pod/Assets/*.png']
22-
}
2320
end

0 commit comments

Comments
 (0)