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