From ab1ef0c9e83bdab4ac22481e3cdbe1f89b133a52 Mon Sep 17 00:00:00 2001 From: Zhiyuan Zheng Date: Wed, 17 Mar 2021 21:58:24 +0100 Subject: [PATCH] Add cocoapods into gemfile --- Gemfile | 1 + Gemfile.lock | 65 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 66 insertions(+) diff --git a/Gemfile b/Gemfile index 2ccf2ecb..803989f1 100644 --- a/Gemfile +++ b/Gemfile @@ -1,5 +1,6 @@ source "https://rubygems.org" gem "fastlane" +gem 'cocoapods' plugins_path = File.join(File.dirname(__FILE__), 'fastlane', 'Pluginfile') eval_gemfile(plugins_path) if File.exist?(plugins_path) diff --git a/Gemfile.lock b/Gemfile.lock index 3181cf5c..fb410963 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -2,8 +2,16 @@ GEM remote: https://rubygems.org/ specs: CFPropertyList (3.0.3) + activesupport (5.2.4.5) + concurrent-ruby (~> 1.0, >= 1.0.2) + i18n (>= 0.7, < 2) + minitest (~> 5.1) + tzinfo (~> 1.1) addressable (2.7.0) public_suffix (>= 2.0.2, < 5.0) + algoliasearch (1.27.5) + httpclient (~> 2.8, >= 2.8.3) + json (>= 1.5.1) artifactory (3.0.15) atomos (0.1.3) aws-eventstream (1.1.1) @@ -24,10 +32,48 @@ GEM aws-eventstream (~> 1, >= 1.0.2) babosa (1.0.4) claide (1.0.3) + cocoapods (1.10.1) + addressable (~> 2.6) + claide (>= 1.0.2, < 2.0) + cocoapods-core (= 1.10.1) + cocoapods-deintegrate (>= 1.0.3, < 2.0) + cocoapods-downloader (>= 1.4.0, < 2.0) + cocoapods-plugins (>= 1.0.0, < 2.0) + cocoapods-search (>= 1.0.0, < 2.0) + cocoapods-trunk (>= 1.4.0, < 2.0) + cocoapods-try (>= 1.1.0, < 2.0) + colored2 (~> 3.1) + escape (~> 0.0.4) + fourflusher (>= 2.3.0, < 3.0) + gh_inspector (~> 1.0) + molinillo (~> 0.6.6) + nap (~> 1.0) + ruby-macho (~> 1.4) + xcodeproj (>= 1.19.0, < 2.0) + cocoapods-core (1.10.1) + activesupport (> 5.0, < 6) + addressable (~> 2.6) + algoliasearch (~> 1.0) + concurrent-ruby (~> 1.1) + fuzzy_match (~> 2.0.4) + nap (~> 1.0) + netrc (~> 0.11) + public_suffix + typhoeus (~> 1.0) + cocoapods-deintegrate (1.0.4) + cocoapods-downloader (1.4.0) + cocoapods-plugins (1.0.0) + nap + cocoapods-search (1.0.0) + cocoapods-trunk (1.5.0) + nap (>= 0.8, < 2.0) + netrc (~> 0.11) + cocoapods-try (1.2.0) colored (1.2) colored2 (3.1.2) commander-fastlane (4.4.6) highline (~> 1.7.2) + concurrent-ruby (1.1.8) declarative (0.0.20) declarative-option (0.1.0) digest-crc (0.6.3) @@ -36,6 +82,9 @@ GEM unf (>= 0.0.5, < 1.0.0) dotenv (2.7.6) emoji_regex (3.2.2) + escape (0.0.4) + ethon (0.12.0) + ffi (>= 1.3.0) excon (0.79.0) faraday (1.3.0) faraday-net_http (~> 1.0) @@ -89,6 +138,9 @@ GEM fastlane-plugin-json (1.0.0) fastlane-plugin-versioning_android (0.1.0) fastlane-plugin-yarn (1.2) + ffi (1.15.0) + fourflusher (2.3.1) + fuzzy_match (2.0.4) gh_inspector (1.1.3) google-api-client (0.38.0) addressable (~> 2.5, >= 2.5.1) @@ -137,16 +189,22 @@ GEM http-cookie (1.0.3) domain_name (~> 0.5) httpclient (2.8.3) + i18n (1.8.9) + concurrent-ruby (~> 1.0) jmespath (1.4.0) json (2.5.1) jwt (2.2.2) memoist (0.16.2) mini_magick (4.11.0) mini_mime (1.0.2) + minitest (5.14.4) + molinillo (0.6.6) multi_json (1.15.0) multipart-post (2.0.0) nanaimo (0.3.0) + nap (1.1.0) naturally (2.2.1) + netrc (0.11.0) os (1.1.1) plist (3.6.0) public_suffix (4.0.6) @@ -158,6 +216,7 @@ GEM retriable (3.1.2) rexml (3.2.4) rouge (2.0.7) + ruby-macho (1.4.0) ruby2_keywords (0.0.4) rubyzip (2.3.0) security (0.1.3) @@ -173,10 +232,15 @@ GEM terminal-notifier (2.0.0) terminal-table (1.8.0) unicode-display_width (~> 1.1, >= 1.1.1) + thread_safe (0.3.6) tty-cursor (0.7.1) tty-screen (0.8.1) tty-spinner (0.9.3) tty-cursor (~> 0.7) + typhoeus (1.4.0) + ethon (>= 0.9.0) + tzinfo (1.2.9) + thread_safe (~> 0.1) uber (0.1.0) unf (0.1.4) unf_ext @@ -199,6 +263,7 @@ PLATFORMS ruby DEPENDENCIES + cocoapods fastlane fastlane-plugin-json fastlane-plugin-versioning_android