Files
JBChartView/DTTableViewManager/0.2.0/DTTableViewManager.podspec
T
Denys Telezhkin 0148f962c5 add 0.2.0 version
2013-04-21 18:29:58 +03:00

14 lines
573 B
Ruby

Pod::Spec.new do |s|
s.name = 'DTTableViewManager'
s.version = '0.2.0'
s.license = 'MIT'
s.summary = 'Powerful architecture for UITableViewControllers.'
s.homepage = 'https://github.com/DenHeadless/DTTableViewManager'
s.authors = { 'Denys Telezhkin' => 'denys.telezhkin@yandex.ru' }
s.source = { :git => 'https://github.com/DenHeadless/DTTableViewManager.git', :tag => '0.2.0' }
s.source_files = 'DTTableViewManager'
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.ios.frameworks = 'UIKit', 'Foundation'
s.platform = :ios,'5.0'
end