From cefbede4fa849f7b65e3ebd0ea81a2f29b6675f7 Mon Sep 17 00:00:00 2001 From: Prabaharan Date: Sun, 29 Jul 2018 19:31:30 +0800 Subject: [PATCH] update podspec --- EPSignature.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EPSignature.podspec b/EPSignature.podspec index 1a2784c..4de3644 100644 --- a/EPSignature.podspec +++ b/EPSignature.podspec @@ -22,6 +22,6 @@ DESC s.platform = :ios, '9.0' s.requires_arc = true - s.source_files = 'Pod/Classes/**/*' + s.source_files = 'Pod/Classes/**/*.swift' s.resources = ["Pod/Classes/EPSignatureViewController.xib"] end