Skip to content

smartdj/LGHelper

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

本项目由 Friend-LGA/LGHelper fork 而来,又根据自己的需求增加了一些宏定义,并且没有合并到 Friend-LGA/LGHelper的项目当中。

LGHelper

iOS helper 包含了很多有用的宏和方法

安装

With source code

Download repository, then add LGHelper directory to your project.

With CocoaPods

CocoaPods is a dependency manager for Objective-C, which automates and simplifies the process of using 3rd-party libraries in your projects. To install with cocoaPods, follow the "Get Started" section on CocoaPods.

Podfile

platform :ios, '6.0'
pod 'LGHelper', :git => 'https://github.com/smartdj/LGHelper.git'

With Carthage

Carthage is a lightweight dependency manager for Swift and Objective-C. It leverages CocoaTouch modules and is less invasive than CocoaPods. To install with carthage, follow the instruction on Carthage.

Cartfile

github "smartdj/LGHelper" ~> 1.1.0

Usage

In the source files where you need to use the library, import the header file:

#import "LGHelper.h"

More

For more details see LGHelper.h

License

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

About

iOS helper contains a lot of useful macrosses, methods and hints for every day

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • Objective-C 99.7%
  • Ruby 0.3%