Skip to content

Commit 24ec862

Browse files
author
Денис Морозов
committed
Test spec
1 parent f718656 commit 24ec862

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

FTCTextEntryFormatting.podspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,8 @@ Pod::Spec.new do |spec|
1515
spec.requires_arc = true
1616

1717
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
1822
end

0 commit comments

Comments
 (0)