From 5baac6732ea24f56dcc782cdf7947acfc0129625 Mon Sep 17 00:00:00 2001 From: Abdurahim Jauzee <7991920+Jauzee@users.noreply.github.com> Date: Mon, 18 Mar 2019 18:47:12 +0200 Subject: [PATCH] [Trivial] Exclude Info.plist from Compile Sources (#8) --- PanModal.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/PanModal.podspec b/PanModal.podspec index ca6f7fd..7d3ebe5 100644 --- a/PanModal.podspec +++ b/PanModal.podspec @@ -25,5 +25,5 @@ Pod::Spec.new do |s| s.social_media_url = 'https://twitter.com/slackhq' s.ios.deployment_target = '10.0' s.swift_version = '4.2' - s.source_files = 'PanModal/**/*' + s.source_files = 'PanModal/**/*.{swift,h,m}' end