16 lines
638 B
Ruby
16 lines
638 B
Ruby
Pod::Spec.new do |s|
|
|
s.name = 'XLPagerTabStrip'
|
|
s.version = '1.0.0'
|
|
s.license = 'MIT'
|
|
s.summary = 'Android PagerTabStrip for iOS and much more!'
|
|
s.description = <<-DESC
|
|
DESC
|
|
s.homepage = 'https://github.com/xmartlabs/XLPagerTabStrip'
|
|
s.authors = { 'Martin Barreto' => 'martin@xmartlabs.com', 'Washington Miranda' => 'mirandaacevedo@gmail.com' }
|
|
s.source = { :git => 'https://github.com/xmartlabs/XLPagerTabStrip.git', :tag => 'v1.0.0' }
|
|
s.source_files = 'XLPagerTabStrip/XL/**/*.{h,m}'
|
|
s.requires_arc = true
|
|
s.ios.deployment_target = '7.0'
|
|
s.ios.frameworks = 'UIKit', 'Foundation'
|
|
end
|