From f33abf2f1fbc1a52069f34d5895c9312aefad68b Mon Sep 17 00:00:00 2001 From: Kevin Renskers Date: Tue, 19 Jan 2016 11:46:37 +0100 Subject: [PATCH] Added tvOS support Also updated the version so it can be released as a new pod version. I can of course undo that or change the version or whatever. --- ObjectiveSugar.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ObjectiveSugar.podspec b/ObjectiveSugar.podspec index 95e7aac..c6cc7fb 100644 --- a/ObjectiveSugar.podspec +++ b/ObjectiveSugar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'ObjectiveSugar' - s.version = '1.1.1' + s.version = '1.1.2' s.summary = 'Objective C additions for humans. Write ObjC _like a boss_.' s.description = '-map, -each, -select, unless(true){}, -includes, -upto, -downto, and many more!' s.homepage = 'https://github.com/supermarin/ObjectiveSugar' @@ -11,6 +11,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '4.0' s.osx.deployment_target = '10.6' + s.tvos.deployment_target = '9.0' s.requires_arc = true