From 2291a7fbb2f35a8652e70275b27c9f986fa2bc46 Mon Sep 17 00:00:00 2001 From: QuDian Date: Wed, 14 Nov 2018 19:01:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=90=8D=E7=A7=B0=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ios/RNDialog.m | 2 -- react-native-QDDialog.podspec | 5 ++--- 2 files changed, 2 insertions(+), 5 deletions(-) diff --git a/ios/RNDialog.m b/ios/RNDialog.m index 5e3b97e..9145029 100644 --- a/ios/RNDialog.m +++ b/ios/RNDialog.m @@ -11,8 +11,6 @@ #import #import #import -#import "ScottAlertController.h" -#import "UIViewController+QXXViewController.h" @interface RNDialog () @end diff --git a/react-native-QDDialog.podspec b/react-native-QDDialog.podspec index b7d45b3..e5dcb79 100644 --- a/react-native-QDDialog.podspec +++ b/react-native-QDDialog.podspec @@ -6,17 +6,16 @@ Pod::Spec.new do |s| s.description = <<-DESC react-native-QDDialog DESC - s.homepage = "" + s.homepage = "https://github.com/wu736139669" 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.source_files = "ios/*.{h,m}" s.requires_arc = true - s.dependency "React" #s.dependency "others" s.dependency "MBProgressHUD" end