We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2432a5b commit 7e8971eCopy full SHA for 7e8971e
SwiftString.podspec
@@ -1,6 +1,6 @@
1
Pod::Spec.new do |s|
2
s.name = "SwiftString"
3
- s.version = "0.5"
+ s.version = "0.5.1"
4
s.summary = "A lightweight string extension for Swift"
5
6
s.description = <<-DESC
@@ -17,7 +17,4 @@ Pod::Spec.new do |s|
17
s.requires_arc = true
18
19
s.source_files = 'Pod/Classes/**/*'
20
- s.resource_bundles = {
21
- 'SwiftString' => ['Pod/Assets/*.png']
22
- }
23
end
0 commit comments