diff --git a/NotificationController.podspec b/NotificationController.podspec index 8171b84..d74fe3d 100644 --- a/NotificationController.podspec +++ b/NotificationController.podspec @@ -10,6 +10,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '7.0' s.osx.deployment_target = '10.9' + s.watchos.deployment_target = '4.0' s.requires_arc = true s.source_files = 'MCSNotificationController/*.{h,m}', 'MCSNotificationController/**/*.{h,m}'