From db714dc1eb96ecb143c9ead15ea3d7efc32daf27 Mon Sep 17 00:00:00 2001 From: Joe Fabisevich Date: Thu, 11 Feb 2016 22:43:14 -0500 Subject: [PATCH] Updating podspec file locations --- Communicado.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Communicado.podspec b/Communicado.podspec index 7585c8e..ee24dc7 100644 --- a/Communicado.podspec +++ b/Communicado.podspec @@ -6,7 +6,7 @@ Pod::Spec.new do |spec| spec.authors = { 'Joe Fabisevich' => 'github@fabisevi.ch' } spec.summary = 'The easiest way to share from your app to anywhere, because you\'ve got so much to say!' spec.source = { :git => 'https://github.com/mergesort/Communicado.git', :tag => "#{spec.version}" } - spec.source_files = 'UIViewController+Sharing.swift' + spec.source_files = 'src/UIViewController+Sharing.swift' spec.framework = 'Foundation' spec.requires_arc = true spec.social_media_url = 'https://twitter.com/mergesort'