Skip to content

Make some iOS 3rdparty libraries support Carthage

License

Notifications You must be signed in to change notification settings

MakeHui/MHObjCKit

Repository files navigation

MHObjCKit

Make some iOS 3rdparty libraries support Carthage

Requirements

  • iOS 8.0+
  • Xcode 9.0+

Installation

Carthage

Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.

You can install Carthage with Homebrew using the following command:

$ brew update
$ brew install carthage

To integrate MHObjCKit into your Xcode project using Carthage, specify it in your Cartfile:

github "MakeHui/MHObjCKit"

Run carthage update to build the framework and drag the built MHObjCKit.framework into your Xcode project.

Usage

#import <MHObjCKit/MHObjCKit.h>

3rdparty

v3.0.0

v2.0.1

v2.0.0

v1.7.1

v1.6.5

v1.6.0

v1.5.0

v1.4.1

v1.4.0

v1.3.0

v1.2.0

v1.1.0

v1.0.0

License

MHObjCKit is released under the MIT license. See LICENSE for details.