项目作者: MakeHui

项目描述 :
Make some iOS 3rdparty libraries support Carthage
高级语言: Objective-C
项目地址: git://github.com/MakeHui/MHObjCKit.git
创建时间: 2018-04-14T07:08:35Z
项目社区:https://github.com/MakeHui/MHObjCKit

开源协议:MIT License

下载


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:

  1. $ brew update
  2. $ brew install carthage

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

  1. github "MakeHui/MHObjCKit"

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

Usage

  1. #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.