Files
react-native-QDDialog/ios/RNDialog.podspec
T
2018-11-14 18:50:40 +08:00

24 lines
634 B
Ruby

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