You need to sign in or sign up before continuing.
Commit 4d9124d9 authored by Aleksandar Vacic's avatar Aleksandar Vacic

Minimal accepted watchos deployment is 3.0 (with AppStore Connect)

parent d9ebd57b
......@@ -30,7 +30,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '2.0'
s.watchos.deployment_target = '3.0'
s.osx.deployment_target = '10.9'
s.requires_arc = true
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment