Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

CocoaPods

 

  1. Add the following lines to the podfile:

...

Code Block
languageapplescript
pod 'Visilabs', '~> 2.5.2'

...

2. Run the following command:

...

Code Block
languageapplescript
pod install

...