Skip to content
forked from zhtut/podfile

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

License

Notifications You must be signed in to change notification settings

brownppfeng/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

Languages

  • Python 76.5%
  • Swift 20.6%
  • Ruby 2.9%