/BGSMM_DevKit

Primary LanguageSwiftMIT LicenseMIT

BGSMM_DevKit

CI Status Version License Platform

What is this?

It was made to be used when I was developing. Utilities or helpers will be added to help with Alerts, Strings, UIApplictions, etc.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

Cocoapods

BGSMM_DevKit is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'BGSMM_DevKit'

Swift Package Manager (Recommended)

  1. File > Swift Packages > Add Package Dependency
  2. Add https://github.com/ayaysir/BGSMM_DevKit.git

OR

Update dependencies in Package.swift

dependencies: [
    .package(url: "https://github.com/ayaysir/BGSMM_DevKit.git", .upToNextMajor(from: "1.0.0"))
]

Author

BGSMM, http://yoonbumtae.com, yoonbumtae@gmail.com

License

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