RNThread.podspec 602 Bytes
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23

Pod::Spec.new do |s|
  s.name         = "RNThread"
  s.version      = "1.0.0"
  s.summary      = "RNThread"
  s.description  = <<-DESC
                  RNThread
                   DESC
  s.homepage     = ""
  s.license      = "MIT"
  # s.license      = { :type => "MIT", :file => "FILE_LICENSE" }
  s.author             = { "author" => "author@domain.cn" }
  s.platform     = :ios, "7.0"
  s.source       = { :git => "https://github.com/author/RNThread.git", :tag => "master" }
  s.source_files  = "RNThread/**/*.{h,m}"
  s.requires_arc = true


  s.dependency "React"
  #s.dependency "others"

end