Skip to content

Commit b42900b

Browse files
Aleksandar Vacicradianttap
authored andcommitted
Updated pod spec for Swift 4.2, Xcode 10.
Updated watchOS deployment target to 3.0 because that’s now minimum for AppStoreConnect. Bumped version.
1 parent 87ef0ed commit b42900b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

SwiftyTimer.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.ios.deployment_target = '8.0'
1212
s.osx.deployment_target = '10.9'
1313
s.tvos.deployment_target = '9.0'
14-
s.watchos.deployment_target = '2.0'
15-
14+
s.watchos.deployment_target = '3.0'
1615
s.source_files = 'Sources/*.swift'
16+
s.swift_version = '4.2'
1717
end

0 commit comments

Comments
 (0)