Skip to content

Commit 23a918f

Browse files
committed
Fix localization issue
1 parent c1ca89c commit 23a918f

4 files changed

Lines changed: 4 additions & 3 deletions

File tree

Example/Podfile.lock

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,4 +21,4 @@ SPEC CHECKSUMS:
2121

2222
PODFILE CHECKSUM: bb21e9a547bef5753ca505f07ab3adce6a50799f
2323

24-
COCOAPODS: 1.9.3
24+
COCOAPODS: 1.10.0

PSMeter.podspec

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

99
Pod::Spec.new do |s|
1010
s.name = 'PSMeter'
11-
s.version = '0.1.2'
11+
s.version = '0.1.3'
1212
s.summary = 'A password strength meter for iOS'
1313

1414
# This description is used to generate tags and improve search results.
@@ -32,7 +32,8 @@ Pod::Spec.new do |s|
3232
s.swift_version = '5.0'
3333

3434
s.source_files = 'PSMeter/Classes/**/*'
35-
35+
s.resources = 'PSMeter/Assets/**/*'
36+
3637

3738
s.dependency 'Navajo-Swift'
3839
s.dependency 'GTProgressBar'
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)