mirror of
https://github.com/wu736139669/react-native-QDDialog.git
synced 2026-08-05 06:18:35 +00:00
配置修改
This commit is contained in:
+1
-1
@@ -18,7 +18,7 @@
|
|||||||
@end
|
@end
|
||||||
@implementation RNDialog
|
@implementation RNDialog
|
||||||
|
|
||||||
RCT_EXPORT_MODULE()
|
RCT_EXPORT_MODULE(@"QXXDialogModule")
|
||||||
|
|
||||||
- (dispatch_queue_t)methodQueue {
|
- (dispatch_queue_t)methodQueue {
|
||||||
return dispatch_get_main_queue();
|
return dispatch_get_main_queue();
|
||||||
|
|||||||
@@ -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
|
|
||||||
|
|
||||||
|
|
||||||
@@ -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
|
||||||
|
|
||||||
|
|
||||||
Reference in New Issue
Block a user