untitled 605 Bytes

Pod::Spec.new do |spec|
  spec.name = 'Boost'
  spec.version = '1.63.0'
  spec.license = { :type => 'Boost Software License', :file => "LICENSE_1_0.txt" }
  spec.homepage = 'http://www.boost.org'
  spec.summary = 'Boost provides free peer-reviewed portable C++ source libraries.'
  spec.authors = 'Rene Rivera'
  spec.source = { :git => 'http://git.yoho.cn/zhanglixia/boost.git'}

  # Pinning to the same version as React.podspec.
  spec.platforms = { :ios => '8.0', :tvos => '9.2' }
  spec.requires_arc = false

  spec.module_name = 'boost'
  spec.header_dir = 'boost'
  spec.preserve_path = 'boost'
end