From 715db33138b773234e07ec13581d683e1d911349 Mon Sep 17 00:00:00 2001 From: Chris Ballinger Date: Tue, 16 Jul 2019 17:08:59 -0700 Subject: [PATCH] Do not include testing source files in podspec --- JSONAPI.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JSONAPI.podspec b/JSONAPI.podspec index 0d8e633..f6d53d9 100644 --- a/JSONAPI.podspec +++ b/JSONAPI.podspec @@ -93,7 +93,7 @@ See the JSON API Spec here: https://jsonapi.org/format/ # Not including the public_header_files will make all headers public. # - spec.source_files = "Sources", "Sources/**/*.{swift}" + spec.source_files = "Sources/JSONAPI/**/*.{swift}" # spec.exclude_files = "Classes/Exclude" # spec.public_header_files = "Classes/**/*.h"