Skip to content

Personal collection of implementations and snippets, which have been included in most of my projects

License

Notifications You must be signed in to change notification settings

petershine/fXDKit

Repository files navigation

fXDKit

Personal and Professional collection of implementations and snippets, which have been included in most of my projects, since 2012.

Currently, this kit is undergoing evolution, by translating sources from Objective-C to Swift, and adopting modern practices.
Recently, this kit is reorganized to follow Swift Package standards.

Installation

fXDKit is available using SPM (while using old fXDObjC as .xcframework) and CocoaPods.

.package(url: "https://github.com/petershine/fXDKit", branch: "master")

To install using CocoaPods, simply add the following line to your Podfile:

pod 'fXDKit', :git => 'https://github.com/petershine/fXDKit.git'
pod 'fXDObjC', :git => 'https://github.com/petershine/fXDKit.git' # Obj-C dependency

For the hosting app, import fXDKit like:

import fXDKit
import fXDObjC

Author

Peter SHIN, [email protected], https://www.linkedin.com/in/petershine/

License

fXDKit is available under the MIT license. See the LICENSE file for more info.

About

Personal collection of implementations and snippets, which have been included in most of my projects

Resources

License

Stars

Watchers

Forks

Packages

No packages published