Skip to content

Commit

Permalink
Bump OSX deployment target
Browse files Browse the repository at this point in the history
  • Loading branch information
fgulan committed Apr 25, 2019
1 parent 5fe987b commit 3b2fb5a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Japx.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ It works by transfering Dictionary to Dictionary, so you can use Codable, Unbox,
s.requires_arc = true
s.platform = :ios, :osx
s.ios.deployment_target = '9.0'
s.osx.deployment_target = '10.9'
s.osx.deployment_target = '10.10'
s.swift_version = '4.2'

s.default_subspec = 'Core'
Expand Down

0 comments on commit 3b2fb5a

Please sign in to comment.