We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f718656 + 24ec862 commit e20a8acCopy full SHA for e20a8ac
1 file changed
FTCTextEntryFormatting.podspec
@@ -15,4 +15,8 @@ Pod::Spec.new do |spec|
15
spec.requires_arc = true
16
17
spec.ios.deployment_target = '8.0'
18
+
19
+ spec.test_spec 'UnitTests' do |test_spec|
20
+ test_spec.source_files = 'UnitTests/**/*.{h,m}'
21
+ end
22
end
0 commit comments