Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[Add] NGTabBarController (0.0.1)
  • Loading branch information
fabiopelosin committed May 8, 2012
1 parent 306136f commit 01c438c
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions NGTabBarController/0.0.1/NGTabBarController.podspec
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = "NGTabBarController"
s.version = "0.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", :commit => "a2c5fbf89e07fcf6343707899193a0371abcb2a9" }
s.license = 'MIT'
s.platform = :ios
s.source_files = 'NGTabBarController'
s.clean_paths = 'Demo', 'NGTabBarController.xcodeproj', '.gitignore'
s.requires_arc = true
end

0 comments on commit 01c438c

Please sign in to comment.