配置修改

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
+1 -1
View File
@@ -18,7 +18,7 @@
@end
@implementation RNDialog
RCT_EXPORT_MODULE()
RCT_EXPORT_MODULE(@"QXXDialogModule")
- (dispatch_queue_t)methodQueue {
return dispatch_get_main_queue();
-24
View File
@@ -1,24 +0,0 @@
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