Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 422 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 422 Bytes

ObjcEntryKitExample

This project demonstrates integration of SwiftEntryKit into an existing Objective C project.

Installation

Using Carthage

  1. Clone or download the project.
  2. Install using carthage update --use-submodules.
  3. Open the project (.xcodeproj file) and run.

Using CocoaPods

  1. Clone or download the project.
  2. Install using pod install.
  3. Open the project (.xcworkspace file) and run.