From 0c5242ba09c19c3c2b6bfc41ebd8616b8218722c Mon Sep 17 00:00:00 2001 From: Gordon Fontenot Date: Mon, 7 Nov 2016 16:39:29 -0600 Subject: [PATCH] Fix cocoapods source files in podspec This didn't get updated when we updated the folder structure to work with Swift Package Manager. --- Argo.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Argo.podspec b/Argo.podspec index d0b17b3..d3e0718 100644 --- a/Argo.podspec +++ b/Argo.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |spec| } spec.social_media_url = 'http://twitter.com/thoughtbot' spec.source = { :git => 'https://github.com/thoughtbot/Argo.git', :tag => "v#{spec.version}" } - spec.source_files = 'Argo/**/*.{h,swift}' + spec.source_files = 'Sources/**/*.{h,swift}' spec.dependency 'Runes', '>= 4.0.0'