From bd9563a7d079c5f18c4eb882da315f5e7b653c59 Mon Sep 17 00:00:00 2001 From: Florian Gabach Date: Tue, 4 Apr 2017 17:51:39 +0200 Subject: [PATCH] Bump --- OpenSourceController.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/OpenSourceController.podspec b/OpenSourceController.podspec index a41d498..64efbd4 100644 --- a/OpenSourceController.podspec +++ b/OpenSourceController.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'OpenSourceController' -s.version = '1.0.7' +s.version = '1.0.8' s.summary = 'Display all the librarys licence used in your application. Enjoy !' s.description = 'Display a screen with all licence used in your apply can be painful to maintain. OpenSourceController was built to respond to this problem. OpenSourceController is a simple parser to display the licences which are used in your application.' s.homepage = 'https://github.com/terflogag/OpenSourceController' @@ -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/Sources/**/*' +s.source_files = 'Sources/**/*' end