From 69d42f6fa6abde92d26f8e9430546ee35a1baffa Mon Sep 17 00:00:00 2001 From: Christopher Chedeau Date: Tue, 15 Sep 2015 17:28:39 -0700 Subject: [PATCH] Adding an empty line to test the import script MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Summary: Closes https://github.com/facebook/react-native/pull/2739 Reviewed By: @​svcscm Differential Revision: D2446411 Pulled By: @vjeux --- React.podspec | 1 + 1 file changed, 1 insertion(+) diff --git a/React.podspec b/React.podspec index 3a71dc38a..b3004d015 100644 --- a/React.podspec +++ b/React.podspec @@ -104,4 +104,5 @@ Pod::Spec.new do |s| ss.source_files = "Libraries/LinkingIOS/*.{h,m}" ss.preserve_paths = "Libraries/LinkingIOS/*.js" end + end