Skip to content

Commit bfcff0f

Browse files
Update LocalizationsGenerator.podspec
1 parent 2bc2692 commit bfcff0f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

LocalizationsGenerator.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
Pod::Spec.new do |s|
22
s.name = 'LocalizationsGenerator'
3-
s.version = '1.0.1'
3+
s.version = '1.0.2'
44
s.summary = 'Auto Localizations Generator , intended to end the constant problems that localizations present developers.'
55
s.homepage = 'https://github.com/satishbabariya/LocalizationsGenerator'
66
s.license = { :type => 'MIT', :file => 'LICENSE' }
77
s.author = { 'Satish Babariya' => '[email protected]' }
88
s.source = { :git => 'https://github.com/satishbabariya/LocalizationsGenerator.git', :tag => s.version.to_s }
99
s.ios.deployment_target = '8.0'
1010
s.source_files = 'LocalizationsGenerator/Localizations.swift'
11-
s.preserve_paths = 'LocalizationsGenerator/*'
11+
s.preserve_paths = 'LocalizationsGenerator.swift','run'
1212
s.static_framework = true
1313
s.cocoapods_version = '>= 1.4.0'
1414
s.swift_version = '4.0'

0 commit comments

Comments
 (0)