From 4c88cd71547a876aa5f348a788092ea029a8a832 Mon Sep 17 00:00:00 2001 From: Nicolas Cognaux Date: Tue, 16 Jul 2019 16:01:47 +0200 Subject: [PATCH] Rename RNPushNotificationIOS.podspec to RNCPushNotificationIOS.podspec Avoid autolinking error with RN 60. --- RNPushNotificationIOS.podspec => RNCPushNotificationIOS.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename RNPushNotificationIOS.podspec => RNCPushNotificationIOS.podspec (99%) diff --git a/RNPushNotificationIOS.podspec b/RNCPushNotificationIOS.podspec similarity index 99% rename from RNPushNotificationIOS.podspec rename to RNCPushNotificationIOS.podspec index 972295251..f14de6438 100644 --- a/RNPushNotificationIOS.podspec +++ b/RNCPushNotificationIOS.podspec @@ -20,4 +20,4 @@ Pod::Spec.new do |s| s.dependency "React" -end \ No newline at end of file +end