forked from malcommac/DMTabBar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathDMTabBar.podspec
More file actions
13 lines (13 loc) · 802 Bytes
/
DMTabBar.podspec
File metadata and controls
13 lines (13 loc) · 802 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
Pod::Spec.new do |spec|
spec.name = 'DMTabBar'
spec.version = '0.0.2'
spec.summary = 'XCode 4.x like inspector segmented control.'
spec.homepage = 'https://github.com/malcommac/DMTabBar'
spec.author = { 'Daniele Margutti' => 'me@danielemargutti.com' }
spec.documentation_url = 'https://github.com/malcommac/DMTabBar'
spec.source = { :git => 'https://github.com/malcommac/DMTabBar.git', :tag => spec.version.to_s }
spec.osx.deployment_target = '10.6'
spec.license = { :type => 'MIT', :text => 'Copyright (c) 2012 Daniele Margutti (http://www.danielemargutti.com - daniele.margutti@gmail.com). All rights reserved.'}
spec.requires_arc = true
spec.source_files = ['DMTabBar/DMTabBar/DMTabBar.{h,m}', 'DMTabBar/DMTabBar/DMTabBarItem.{h,m}']
end