Do not include testing source files in podspec

This commit is contained in:
Chris Ballinger
2019-07-16 17:08:59 -07:00
parent 099d17aa58
commit 715db33138
+1 -1
View File
@@ -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"