From 857fd79c8ec6aa263740497f65332ebf98283d22 Mon Sep 17 00:00:00 2001 From: RVijay007 Date: Sat, 18 Aug 2018 19:49:23 -0700 Subject: [PATCH] Update NotificationController.podspec Add watchos --- NotificationController.podspec | 1 + 1 file changed, 1 insertion(+) 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}'