Skip to content

Commit

Permalink
[Update] MHCustomTabBarController v1.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
hartlco committed Jul 16, 2013
1 parent 11e5a22 commit 9145a87
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions MHCustomTabBarController/1.1.0/MHCustomTabBarController.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
Pod::Spec.new do |s|
s.name = 'MHCustomTabBarController'
s.version = '1.1.0'
s.platform = :ios
s.ios.deployment_target = '5.0'
s.summary = 'Custom UITabBar replacement using storyboard and segues.'
s.license = 'MIT'
s.homepage = 'https://github.com/mhaddl/MHCustomTabBarController'
s.requires_arc = true
s.author = {
'Martin Hartl' => '[email protected]'
}
s.source = {
:git => 'https://github.com/mhaddl/MHCustomTabBarController.git',
:tag => 'v1.1.0'
}
s.source_files = 'MHCustomTabBarController/*.{m,h}'
end

0 comments on commit 9145a87

Please sign in to comment.