GitHub - zhtut/podfile: 用python 编辑 Podfile文件,包括添加source,添加库,修改库等

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Repository files navigation

podfile

用python 编辑 Podfile文件,包括添加source,添加库,修改库等

安装podfile库

pip3 install podfile

开始编辑

引入模块 import podfile

podfile_path = "" #这里传入Podfile的路径 podfile_obj = podfile.Podfile(podfile_path)

找出target tar = podfile

About

用python 编辑 Podfile文件,包括添加source,添加库,修改库等

Resources

Readme

License

MIT license

Activity

Stars

1 star

Watchers

1 watching

Forks

1 fork

Releases

No releases published