Giter Site home page Giter Site logo

podsrepertory's Introduction

PodsRepertory

存放Cocoapods中常用类库文件,为了和cocoapods上区分,spec统一用V开头

快速安装方法:

打开终端执行

curl -L https://raw.githubusercontent.com/heyuan110/PodsRepertory/master/INSTALL | sh

搞定!

建议将上面的命令设置为alias,方便快捷更新

后面就能直接pod search对应的类库了,e.g:pod search VLayoutManager

XCODE项目里Podfile文件引用

platform :ios,'6.0'
inhibit_all_warnings!
pod 'VLayoutManager'

由于国内网络问题,最近执行pod install还是pod update都慢的出奇,添加--verbose查看问题发现很多都卡在cocoapods spec master update上,所以在update或install的时忽略这个更新.

pod install --verbose --no-repo-update

pod update --verbose --no-repo-update

podsrepertory's People

Contributors

hebruce110 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.