DSGTMBase64.podspec 578 Bytes
Pod::Spec.new do |s|

  s.name                   = "DSGTMBase64"
  s.version                = "0.0.1"
  s.summary                = "电商分类模块"
  s.homepage               = "http://bj.gitlab.cnlive.com/DSIOSTeam"
  s.authors                = { "DSIOSTeam" => "694092596@qq.com" }
  s.license                = "MIT"
  s.source                 = { :git => 'http://bj.gitlab.cnlive.com/DSIOSTeam/DSGTMBase64.git', :tag => s.version.to_s }
  s.ios.deployment_target  = '9.0'
  s.source_files           = "DSGTMBase64/Classes/*"
  s.frameworks             = 'Foundation'
end