名称修改

This commit is contained in:
QuDian
2018-11-14 19:01:53 +08:00
parent e20131428e
commit 2291a7fbb2
2 changed files with 2 additions and 5 deletions
-2
View File
@@ -11,8 +11,6 @@
#import <React/RCTEventDispatcher.h> #import <React/RCTEventDispatcher.h>
#import <React/RCTBridgeModule.h> #import <React/RCTBridgeModule.h>
#import <MBProgressHUD.h> #import <MBProgressHUD.h>
#import "ScottAlertController.h"
#import "UIViewController+QXXViewController.h"
@interface RNDialog () <RCTBridgeModule> @interface RNDialog () <RCTBridgeModule>
@end @end
+2 -3
View File
@@ -6,17 +6,16 @@ Pod::Spec.new do |s|
s.description = <<-DESC s.description = <<-DESC
react-native-QDDialog react-native-QDDialog
DESC DESC
s.homepage = "" s.homepage = "https://github.com/wu736139669"
s.license = "MIT" s.license = "MIT"
# s.license = { :type => "MIT", :file => "FILE_LICENSE" } # s.license = { :type => "MIT", :file => "FILE_LICENSE" }
s.author = { "author" => "736139669@qq.com" } s.author = { "author" => "736139669@qq.com" }
s.platform = :ios, "7.0" s.platform = :ios, "7.0"
s.source = { :git => "https://github.com/wu736139669/react-native-QDDialog.git", :tag => "master" } s.source = { :git => "https://github.com/wu736139669/react-native-QDDialog.git", :tag => "master" }
s.source_files = "eact-native-dialog/**/*.{h,m}" s.source_files = "ios/*.{h,m}"
s.requires_arc = true s.requires_arc = true
s.dependency "React"
#s.dependency "others" #s.dependency "others"
s.dependency "MBProgressHUD" s.dependency "MBProgressHUD"
end end