Ai
1 Star 0 Fork 0

sourceiOS/podfileDepDemo

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
该仓库未声明开源许可证文件(LICENSE),使用请关注具体项目描述及其代码上游依赖。
克隆/下载
PodfileThirdParty.yaml 1.16 KB
一键复制 编辑 原始数据 按行查看 历史
王帅朋 提交于 2024-07-17 13:35 +08:00 . #ignore_scan# remove pod 库
# 第三方组件
# 1. 优先级:path > podspec > version > tag > branch (git字段是tag或brach不为空时用到的, source 是version不为空时用到, path字段表示直接从path读取依赖)
# 2. module:没有具体用处,可以写pod名字 也可以写组件的描述
# 如果 source = && binary = false 则source默认使用这个
SOURCE: git@gitee.com:sourceiOS/cocoapods_static_source.git
# 如果 source = && binary = true 则source默认使用这个
BINARY_SOURCE: git@gitee.com:binaryiOS/cocoapods_static_binary.git
PODS:
- module: YYModel
pod: YYModel
path:
podspec:
version: 1.0.4
git:
tag:
branch:
configurations:
inhibit_warnings: false
source:
binary: true
- module: Masonry
pod: Masonry
podspec:
version: 1.1.0
git:
tag:
branch:
configurations:
inhibit_warnings: true
source:
binary: true
- module: YYCategories
pod: YYCategories
podspec:
version: 1.0.4
git:
tag:
branch:
configurations:
inhibit_warnings: true
source:
binary: true
- module: lottie-ios
pod: lottie-ios
podspec:
version: 2.5.3
git:
tag:
branch:
configurations:
inhibit_warnings: true
source:
binary: true
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/sourceiOS/podfileDepDemo.git
git@gitee.com:sourceiOS/podfileDepDemo.git
sourceiOS
podfileDepDemo
podfileDepDemo
master

搜索帮助