We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f718656 commit 24ec862Copy full SHA for 24ec862
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