Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Ruby for iOS developer

Sponsored · SiteGround - Reliable hosting with speed, security, and support you can count on.

Ruby for iOS developer

A brief introduction to Ruby for iOS developer. S01 E01

Avatar for Jun Lin

Jun Lin

March 14, 2014
Tweet

More Decks by Jun Lin

Other Decks in Programming

Transcript

  1. RVM Powerful. It can install, manager ruby versions $ \curl

    -sSL https://get.rvm.io | bash -s stable
  2. Gem

  3. Podfile platform :ios, '6.0' ! xcodeproj `MyProject` ! pod 'ObjectiveSugar',

    '~> 0.5’ ! target :test do pod 'OCMock', '~> 2.0.1' end
  4. Q&A