diff --git a/SwiftKeychainWrapper.podspec b/SwiftKeychainWrapper.podspec index 6fa14e1..8d2364a 100644 --- a/SwiftKeychainWrapper.podspec +++ b/SwiftKeychainWrapper.podspec @@ -10,6 +10,7 @@ Pod::Spec.new do |s| s.license = 'MIT' s.authors = { 'Jason Rendel' => 'jason@jasonrendel.com' } s.ios.deployment_target = '9.0' + s.watchos.deployment_target = '3.0' s.tvos.deployment_target = '11.0' s.swift_version = ['4.2', '5.0'] s.source = { :git => 'https://github.com/jrendel/SwiftKeychainWrapper.git', :tag => s.version }