Skip to content

Instantly share code, notes, and snippets.

@MengTo
Created December 13, 2013 00:56

Revisions

  1. MengTo created this gist Dec 13, 2013.
    9 changes: 9 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,9 @@
    // In Terminal
    vim Podfile

    // In Podfile
    platform :ios, '7.0'
    pod 'Canvas'

    // Back to Terminal
    pod install