From 6c2389719663f90de1862cf14dfd4d3e3d670d1b Mon Sep 17 00:00:00 2001 From: mars-lan Date: Sun, 18 Feb 2018 16:25:32 -0800 Subject: [PATCH] Move podspec to where "react-native link" expects it to be --- ios/RNIap.podspec => RNIap.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename ios/RNIap.podspec => RNIap.podspec (93%) diff --git a/ios/RNIap.podspec b/RNIap.podspec similarity index 93% rename from ios/RNIap.podspec rename to RNIap.podspec index 52fe0a81d..5a85f90b8 100644 --- a/ios/RNIap.podspec +++ b/RNIap.podspec @@ -12,7 +12,7 @@ Pod::Spec.new do |s| s.author = { "author" => "author@domain.cn" } s.platform = :ios, "7.0" s.source = { :git => "https://github.com/author/RNIap.git", :tag => "master" } - s.source_files = "RNIap/**/*.{h,m}" + s.source_files = "ios/RNIap/**/*.{h,m}" s.requires_arc = true