From ebbe2ad47bf45bab99c6a2afe4517bceb212bfd6 Mon Sep 17 00:00:00 2001 From: ryu1sazae Date: Sun, 29 Jan 2023 12:31:35 +0900 Subject: [PATCH] Add Generator as a subspec --- NeedleFoundation.podspec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/NeedleFoundation.podspec b/NeedleFoundation.podspec index 12e937b..487f5e5 100644 --- a/NeedleFoundation.podspec +++ b/NeedleFoundation.podspec @@ -12,4 +12,8 @@ Pod::Spec.new do |s| s.source_files = 'Sources/**/*.swift' s.ios.deployment_target = '9.0' s.swift_versions = ['5.2', '5.3', '5.4', '5.5', '5.6'] + + s.subspec 'Generator' do |ss| + ss.source_files = 'Generator/*' + end end