There was an error while loading. Please reload this page.
1 parent 22eb454 commit f14a9d7Copy full SHA for f14a9d7
POEditorParser.podspec
@@ -1,7 +1,7 @@
1
Pod::Spec.new do |s|
2
3
s.name = "POEditorParser"
4
- s.version = "0.1.2"
+ s.version = "0.1.3"
5
s.summary = "`POEditorParser` generates a swift file with an input strings file from POEditor."
6
7
s.description = <<-DESC
Sources/POEditorParser/Lib/LiteralsParser.swift
@@ -153,6 +153,7 @@ enum SwiftCodeGeneratorConstants {
153
// Generated using POEditorParser
154
// DO NOT EDIT
155
// Generated: \(SwiftCodeGeneratorConstants.dateFormatter.string(from: Date()))
156
+ // swiftlint:disable:all
157
158
enum Literals {
159
"""
0 commit comments