Files
2018-10-30 16:48:48 +08:00

24 lines
629 B
Ruby

Pod::Spec.new do |s|
s.name = "RNProgressHud"
s.version = "1.0.0"
s.summary = "RNProgressHud"
s.description = <<-DESC
RNProgressHud
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/RNProgressHud.git", :tag => "master" }
s.source_files = "RNProgressHud/**/*.{h,m}"
s.requires_arc = true
s.dependency "React"
#s.dependency "others"
end