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 8aa7dbb commit b232473Copy full SHA for b232473
Smartling.i18n.podspec
@@ -1,11 +1,11 @@
1
Pod::Spec.new do |s|
2
s.name = 'Smartling.i18n'
3
- s.version = '1.0.7'
+ s.version = '1.0.8'
4
s.summary = 'iOS Plurals Localization Library'
5
s.homepage = 'https://github.com/Smartling/ios-i18n'
6
s.license = { :type => 'APACHE', :file => 'LICENSE' }
7
s.author = 'Pavel Ivashkov'
8
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}'
+ s.source_files = 'Smartling.i18n/*.{h,m,c}'
10
s.requires_arc = true
11
end
0 commit comments