From 63aa4ef1528a0448c6375f714fccdf479d0eef9c Mon Sep 17 00:00:00 2001 From: Fabio Pelosin Date: Thu, 10 May 2012 17:01:38 +0200 Subject: [PATCH] [Update] NGTabBarController (0.1) --- .../0.1/NGTabBarController.podspec | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 NGTabBarController/0.1/NGTabBarController.podspec diff --git a/NGTabBarController/0.1/NGTabBarController.podspec b/NGTabBarController/0.1/NGTabBarController.podspec new file mode 100644 index 00000000000000..a5f12a984c6fbe --- /dev/null +++ b/NGTabBarController/0.1/NGTabBarController.podspec @@ -0,0 +1,18 @@ +Pod::Spec.new do |s| + s.name = "NGTabBarController" + s.version = "0.1" + s.summary = "A custom TabBarController implementation for iPhone and iPad." + s.description = 'A custom TabBarController which can be positioned on the bottom, top, left or top. ' \ + 'Utilizes iOS 5 Containment API if possible, but works on iOS 4 too. ' \ + 'The TabBar is fully customizable with a tintColor or background image as well as ' \ + 'the possibility to show/hide the item highlight and the possibility to change the ' \ + 'text colors, have image-only tabBar items etc.' + s.homepage = "https://github.com/NOUSguide/NGTabBarController" + s.author = { "NOUSguide Inc. / NOUS Wissensmanagement GmbH" => "info@nousguide.com" } + s.source = { :git => "https://github.com/NOUSguide/NGTabBarController.git", :tag => "0.1" } + s.license = 'MIT' + s.platform = :ios + s.source_files = 'NGTabBarController' + s.clean_paths = 'Demo', 'NGTabBarController.xcodeproj', '.gitignore' + s.requires_arc = true +end