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