From ca1ed5b810c640fd8c4ee94abf01e17075367441 Mon Sep 17 00:00:00 2001 From: Zhigang Fang Date: Mon, 17 Apr 2017 22:18:33 +0800 Subject: [PATCH] Fix podspec --- JSON.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSON.podspec b/JSON.podspec index ae45ac7..405c8ac 100644 --- a/JSON.podspec +++ b/JSON.podspec @@ -90,7 +90,7 @@ Pod::Spec.new do |s| # Not including the public_header_files will make all headers public. # - s.source_files = "JSON/**/*.{h,m}" + s.source_files = "JSON/**/*.swift" # s.public_header_files = "Classes/**/*.h"