Skip to content
/ podfile Public

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

License

Notifications You must be signed in to change notification settings

zhtut/podfile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published