We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89656e commit 7d2664cCopy full SHA for 7d2664c
LocalizationsGenerator.podspec
@@ -7,7 +7,7 @@ Pod::Spec.new do |s|
7
s.author = { 'Satish Babariya' => 'satish.babariya@gmail.com' }
8
s.source = { :git => 'https://github.com/satishbabariya/LocalizationsGenerator.git', :tag => s.version.to_s }
9
s.ios.deployment_target = '8.0'
10
- s.source_files = 'LocalizationsGenerator/**/*'
+ s.source_files = 'LocalizationsGenerator/Localizations.swift'
11
s.preserve_paths = 'LocalizationsGenerator/LocalizationsGenerator.swift'
12
s.preserve_paths = 'LocalizationsGenerator/run'
13
s.static_framework = true
0 commit comments