From 19a2d0b25b4f3d2f8ca5a9706cc94a5b621795a6 Mon Sep 17 00:00:00 2001 From: Arnaud Dorgans Date: Tue, 21 Aug 2018 21:46:12 +0200 Subject: [PATCH] fixes --- TabBarController.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TabBarController.podspec b/TabBarController.podspec index 093f3e1..f057bae 100644 --- a/TabBarController.podspec +++ b/TabBarController.podspec @@ -18,7 +18,7 @@ Pod::Spec.new do |s| # * Finally, don't worry about the indent, CocoaPods strips it! s.description = <<-DESC -TabBarController acts like a UITabBarController that allows you to customize TabBar, frame and animations. +TabBarController acts like a UITabBarController for iOS and tvOS, that allows you to customize TabBar, frame and animations. DESC s.homepage = 'https://github.com/arnauddorgans/TabBarController'