From 2a3ebe95cb4b03ae2dce6a99a6a2ee4ffeca2661 Mon Sep 17 00:00:00 2001 From: Pritesh Nandgaonkar Date: Tue, 12 Jun 2018 22:24:24 +0100 Subject: [PATCH] Track master of folly --- iOS/third-party-podspecs/Folly.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/iOS/third-party-podspecs/Folly.podspec b/iOS/third-party-podspecs/Folly.podspec index caa8578ea..dc046ae55 100755 --- a/iOS/third-party-podspecs/Folly.podspec +++ b/iOS/third-party-podspecs/Folly.podspec @@ -1,12 +1,12 @@ Pod::Spec.new do |spec| spec.name = 'Folly' - spec.version = '2018.05.28.00' + spec.version = '1.0.0' spec.license = { :type => 'Apache License, Version 2.0' } spec.homepage = 'https://github.com/facebook/folly' spec.summary = 'An open-source C++ library developed and used at Facebook.' spec.authors = 'Facebook' spec.source = { :git => 'https://github.com/facebook/folly.git', - :tag => "v#{spec.version}" } + :branch => "master" } spec.module_name = 'folly' spec.dependency 'boost-for-react-native' spec.dependency 'DoubleConversion'