/bypass-ios-sample-cocoapods

A sample project for Bypass - a library that renders markdown directly to UIViews

Primary LanguageObjective-CApache License 2.0Apache-2.0

Bypass Sample using CocoaPods

This sample project shows how to include Bypass using CocoaPods. You can also choose to use git submodules.

Getting Started

Perform the following steps to run the sample. The following steps assume you have a working installation of CocoaPods.

  1. Clone this repository
  2. Change into the cloned directory
  3. Issue the command pod install
  4. Open the generated BypassSample.xcworkspace
  5. Build and run the BypassSample target