No Description

RNThumbnail.podspec 619B

123456789101112131415161718192021222324
  1. Pod::Spec.new do |s|
  2. s.name = "RNThumbnail"
  3. s.version = "1.0.0"
  4. s.summary = "RNThumbnail"
  5. s.description = <<-DESC
  6. RNThumbnail
  7. DESC
  8. s.homepage = ""
  9. s.license = "MIT"
  10. # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
  11. s.author = { "author" => "author@domain.cn" }
  12. s.platform = :ios, "7.0"
  13. s.source = { :git => "https://github.com/author/RNThumbnail.git", :tag => "master" }
  14. s.source_files = "RNThumbnail/**/*.{h,m}"
  15. s.requires_arc = true
  16. s.dependency "React"
  17. #s.dependency "others"
  18. end