From 02c58efb18d158bbff0130852625e0729a0ce974 Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Tue, 4 Apr 2017 17:45:47 +0200 Subject: [PATCH] Fix sources path --- OpenSourceController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenSourceController.podspec b/OpenSourceController.podspec index 33d5048..a41d498 100644 --- a/OpenSourceController.podspec +++ b/OpenSourceController.podspec @@ -8,5 +8,5 @@ s.license = { :type => 'MIT', :file => 'LICENSE' } s.author = { 'Florian Gabach' => 'contact@floriangabach.fr' } s.source = { :git => 'https://github.com/terflogag/OpenSourceController.git', :tag => s.version.to_s } s.ios.deployment_target = '9.0' -s.source_files = 'OpenSourceController/Classes/**/*' +s.source_files = 'OpenSourceController/Sources/**/*' end