From f82408d2599aadc5e67488f8d973de0734ccdfdf Mon Sep 17 00:00:00 2001 From: LMVogel Date: Tue, 7 Jun 2016 11:28:45 +0300 Subject: [PATCH] Update XLPodspec to include a watchOS target --- XLForm.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/XLForm.podspec b/XLForm.podspec index f653ca28..4687d3a6 100644 --- a/XLForm.podspec +++ b/XLForm.podspec @@ -14,4 +14,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = '7.0' s.ios.frameworks = 'UIKit', 'Foundation', 'CoreGraphics' s.resource = 'XLForm/XLForm.bundle' + s.watchos.deployment_target = '2.2' end