Skip to content

Commit

Permalink
Update Dobby.podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Jendrusch committed Nov 11, 2015
1 parent 90313a5 commit a8f4986
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dobby.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |spec|
spec.name = 'Dobby'
spec.version = '0.4'
spec.version = '0.4.1'
spec.authors = {
'Rheinfabrik' => '[email protected]'
}
Expand All @@ -18,9 +18,9 @@ Pod::Spec.new do |spec|
spec.description = 'Dobby provides a few helpers for mocking and stubbing.'

spec.ios.deployment_target = '8.0'
spec.osx.deployment_target = '10.10'
spec.osx.deployment_target = '10.9'

spec.frameworks = 'Foundation', 'XCTest'

spec.source_files = 'Dobby/**/*.{h,swift}'
spec.source_files = 'Dobby/**/*.swift'
end

0 comments on commit a8f4986

Please sign in to comment.