Skip to content

Latest commit

 

History

History
58 lines (42 loc) · 1.4 KB

NOTE.md

File metadata and controls

58 lines (42 loc) · 1.4 KB

Pook

iOS SDK iOS SDK iOS SDK iOS SDK

bundler cocoapods fastlane badge

Tools

  • rvm

    gpg --keyserver hkp://keys.gnupg.net --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3
    \curl -sSL https://get.rvm.io | bash -s stable
    source ~/.bashrc
    source ~/.bash_profile
    
  • bundler

    gem update & gem install bundler
    
  • ruby-china

    gem source -a https://gems.ruby-china.org
    bundle config mirror.https://rubygems.org https://gems.ruby-china.org
    
  • Gemfile

    bundle install  [--path .vendor/bundle]
    
  • cocoapods

    bundle exec pod update [--no-repo-update]
    

Build