Skip to content

Commit b232473

Browse files
committed
~ fixed sources in podspec
1 parent 8aa7dbb commit b232473

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Smartling.i18n.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
11
Pod::Spec.new do |s|
22
s.name = 'Smartling.i18n'
3-
s.version = '1.0.7'
3+
s.version = '1.0.8'
44
s.summary = 'iOS Plurals Localization Library'
55
s.homepage = 'https://github.com/Smartling/ios-i18n'
66
s.license = { :type => 'APACHE', :file => 'LICENSE' }
77
s.author = 'Pavel Ivashkov'
88
s.source = { :git => 'https://github.com/Smartling/ios-i18n.git', :tag => "v#{s.version}" }
9-
s.source_files = 'Smartling.i18n/Smartling.i18n/*.{h,m,c}'
9+
s.source_files = 'Smartling.i18n/*.{h,m,c}'
1010
s.requires_arc = true
1111
end

0 commit comments

Comments
 (0)