美文网首页
Cocoapods操作

Cocoapods操作

作者: Eyes_cc | 来源:发表于2020-01-19 13:58 被阅读0次
    更新

    gem install cocoapods --pre

    其它

    如:pod --version

        + cache         Manipulate the CocoaPods cache
        + deintegrate   Deintegrate CocoaPods from your project
        + env           Display pod environment
        + init          Generate a Podfile for the current directory
        + install       Install project dependencies according to versions from a
                        Podfile.lock
        + ipc           Inter-process communication
        + lib           Develop pods
        + list          List pods
        + outdated      Show outdated project dependencies
        + plugins       Show available CocoaPods plugins
        + repo          Manage spec-repositories
        + search        Search for pods
        + setup         Setup the CocoaPods environment
        + spec          Manage pod specs
        + trunk         Interact with the CocoaPods API (e.g. publishing new specs)
        + try           Try a Pod!
        + update        Update outdated project dependencies and create new Podfile.lock
    
        --silent        Show nothing
        --version       Show the version of the tool
        --verbose       Show more debugging information
        --no-ansi       Show output without ANSI codes
        --help          Show help banner of specified command
    

    相关文章

      网友评论

          本文标题:Cocoapods操作

          本文链接:https://www.haomeiwen.com/subject/loerzctx.html