add watchos to podspec

This commit is contained in:
Erik Little 2017-10-07 13:44:49 -04:00
parent 7b9997b111
commit 51a1be19c8
No known key found for this signature in database
GPG Key ID: 4930B7C5FBC1A69D

View File

@ -14,6 +14,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.osx.deployment_target = '10.10'
s.tvos.deployment_target = '9.0'
s.watchos.deployment_target = '3.0'
s.requires_arc = true
s.source = {
:git => "https://github.com/socketio/socket.io-client-swift.git",