forked from stripe/stripe-ios
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmodules.yaml
32 lines (30 loc) · 1019 Bytes
/
modules.yaml
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
26
27
28
29
30
31
32
# List of all modules in this repo with settings needed by various `ci_scripts`.
# Note: Stripe3DS2 should not be included in this list.
#
# - podspec (required):
# The podspec file for this module.
#
# - docs (optional):
# Configurations used by `build_documentation.rb` to generate docs.
# If omitted, docs will not be generated for this module.
#
# - output (required):
# The output directory for generated docs.
#
# - readme (optional):
# The path to a markdown README file that will be embedded in the index page
# of the docs for this module. Used as the `--readme` argument to Jazzy.
# If omitted, uses Jazzy default (the root directory's README.md file).
#
# TODO(mludowise): Update localization, export_builds, & pod_tools scripts to use modules.yaml
#
modules:
- podspec: Stripe.podspec
docs:
output: docs/docs
readme: README.md
- podspec: StripeCore.podspec
- podspec: StripeIdentity.podspec
docs:
output: docs/stripe-identity
readme: StripeIdentity/README.md