配置修改

This commit is contained in:
QuDian
2018-11-14 18:53:23 +08:00
parent 1d0494faf5
commit e20131428e
3 changed files with 25 additions and 25 deletions
+24
View File
@@ -0,0 +1,24 @@
Pod::Spec.new do |s|
s.name = "react-native-QDDialog"
s.version = "0.0.1"
s.summary = "react-native-QDDialog"
s.description = <<-DESC
react-native-QDDialog
DESC
s.homepage = ""
s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "736139669@qq.com" }
s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/wu736139669/react-native-QDDialog.git", :tag => "master" }
s.source_files = "eact-native-dialog/**/*.{h,m}"
s.requires_arc = true
s.dependency "React"
#s.dependency "others"
s.dependency "MBProgressHUD"
end