Skip to content
This repository was archived by the owner on Oct 2, 2025. It is now read-only.

Commit a8f4986

Browse files
author
Felix Jendrusch
committed
Update Dobby.podspec
1 parent 90313a5 commit a8f4986

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Dobby.podspec

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |spec|
22
spec.name = 'Dobby'
3-
spec.version = '0.4'
3+
spec.version = '0.4.1'
44
spec.authors = {
55
'Rheinfabrik' => 'hi@rheinfabrik.de'
66
}
@@ -18,9 +18,9 @@ Pod::Spec.new do |spec|
1818
spec.description = 'Dobby provides a few helpers for mocking and stubbing.'
1919

2020
spec.ios.deployment_target = '8.0'
21-
spec.osx.deployment_target = '10.10'
21+
spec.osx.deployment_target = '10.9'
2222

2323
spec.frameworks = 'Foundation', 'XCTest'
2424

25-
spec.source_files = 'Dobby/**/*.{h,swift}'
25+
spec.source_files = 'Dobby/**/*.swift'
2626
end

0 commit comments

Comments
 (0)