forked from Orange-OpenSource/ouds-ios
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Gemfile
25 lines (22 loc) · 807 Bytes
/
Gemfile
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#
# Software Name: OUDS iOS
# SPDX-FileCopyrightText: Copyright (c) Orange SA
# SPDX-License-Identifier: MIT
#
# This software is distributed under the MIT license,
# the text of which is available at https://opensource.org/license/MIT/
# or see the "LICENSE" file for more details.
#
# Authors: See CONTRIBUTORS.txt
# Software description: A SwiftUI components library with code examples for Orange Unified Design System
#
source "https://rubygems.org"
gem 'cocoapods', '1.15.2'
gem 'fastlane', '2.222.0'
gem 'fastlane-plugin-changelog', '0.16.0'
gem 'fastlane-plugin-mattermost', '1.3.2'
gem 'json', '2.7.2'
gem 'net-http', '0.4.1'
gem 'xcode-install', '2.8.1'
plugins_path = File.join(File.dirname(__FILE__), 'Showcase/fastlane', 'Pluginfile')
eval_gemfile(plugins_path) if File.exist?(plugins_path)