Merge pull request #23 from chrisballinger/fix-issue-20

Do not include testing source files in podspec
This commit is contained in:
Mathew Polzin
2019-07-16 22:01:29 -07:00
committed by GitHub
+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"