jumpingfrog0 / JFUIKit

Cocoa Touch UIKit framework categories.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

JFUIKit

CI Status Version License Platform

JFUIKit is a extension of Cocoa Touch UIKit framework wrote in Objective-C.

Requirements

  • iOS 9.0 or later.

Installation

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

pod 'JFUIKit', '~> 0.2.0'

JFUIKit extend some features with hooks(Method Swizzling), which was wrapped as a Pod subspec. JFUIKit default is not contain hooks. To install it, simply add the following line to your Podfile:

pod 'JFUIKit/Hook', '~> 0.2.0'

Author

jumpingfrog0, jumpingfrog0@gmail.com

License

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

About

Cocoa Touch UIKit framework categories.

License:MIT License


Languages

Language:Objective-C 98.3%Language:Ruby 1.3%Language:Shell 0.3%