Skip to content

Commit b19735c

Browse files
committed
Bumped SwiftVersion to 4.2
1 parent 8a70c22 commit b19735c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.1
1+
4.2

SwiftyMocky.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Library that uses metaprogramming technique to generate mocks based on sources,
2525
s.macos.deployment_target = '10.10'
2626
s.default_subspec = "Core"
2727
s.preserve_paths = '*'
28-
s.swift_version = '4.1'
28+
s.swift_version = '4.2'
2929

3030
s.subspec 'Core' do |core|
3131
core.source_files = 'Sources/Classes/**/*'

0 commit comments

Comments
 (0)