From 7d2664cc5f04e825230eabf783f0c1df2e86b096 Mon Sep 17 00:00:00 2001 From: Satish Babariya Date: Tue, 10 Jul 2018 15:35:37 +0530 Subject: [PATCH] Update LocalizationsGenerator.podspec --- LocalizationsGenerator.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LocalizationsGenerator.podspec b/LocalizationsGenerator.podspec index b6d7bb1..36d6da4 100644 --- a/LocalizationsGenerator.podspec +++ b/LocalizationsGenerator.podspec @@ -7,7 +7,7 @@ Pod::Spec.new do |s| s.author = { 'Satish Babariya' => 'satish.babariya@gmail.com' } s.source = { :git => 'https://github.com/satishbabariya/LocalizationsGenerator.git', :tag => s.version.to_s } s.ios.deployment_target = '8.0' - s.source_files = 'LocalizationsGenerator/**/*' + s.source_files = 'LocalizationsGenerator/Localizations.swift' s.preserve_paths = 'LocalizationsGenerator/LocalizationsGenerator.swift' s.preserve_paths = 'LocalizationsGenerator/run' s.static_framework = true