An embeddable static library for Emporter.
- Add
EmporterKit.xcodeproj
to your Xcode project or workspace - Add a dependency to your target (Build Phases > Target Dependencies) to
libEmporterKit.a
- Link
libEmporterKit.a
to your target (Build Phases > Link Binary With Libraries) - Add
EmporterKit
to your header search paths (Build Settings > Header Search Paths) #import "Emporter.h"
and make something awesome!
It's recommended to add this repo as a submodule to your project so you can easily keep up to date with any future changes to the API.
The main header Emporter.h integrates with Xcode's Quick Help. After importing EmporterKit
into your project, you should be able navigate through the documentation whenever using referencing the Emporter
namespace.
BSD 3 Clause. See LICENSE.
(c) 2019 Young Dynasty