From cebef5012cd9630c0e688b81bbaddc50116ed5cb Mon Sep 17 00:00:00 2001 From: tankers746 Date: Mon, 14 Oct 2019 15:11:55 +0800 Subject: [PATCH] Fixed podspec for autolinking --- ios/RNIKInteractiveImageLibrary.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ios/RNIKInteractiveImageLibrary.podspec b/ios/RNIKInteractiveImageLibrary.podspec index f9b603c..3312446 100644 --- a/ios/RNIKInteractiveImageLibrary.podspec +++ b/ios/RNIKInteractiveImageLibrary.podspec @@ -6,13 +6,13 @@ Pod::Spec.new do |s| s.description = <<-DESC RNIKInteractiveImageLibrary DESC - s.homepage = "" + s.homepage = "https://github.com/InterfaceKit/react-native-interactive-image-gallery" 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/RNIKInteractiveImageLibrary.git", :tag => "master" } - s.source_files = "RNIKInteractiveImageLibrary/**/*.{h,m}" + s.source_files = "*.{h,m}" s.requires_arc = true