GDYSDK 0.1.8

GDYSDK 0.1.8

Maintained by GDayao.



GDYSDK 0.1.8

  • By
  • GDY

GDYSDK

CI Status Version License Platform

GDYSDK will provide all iOS UI property.So you can directly use Class method to simply init and some tool devloper.It will promote developer efficiency.Also at the late time,this will provide more SDK features.

Example

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

Requirements

Installation

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

pod 'GDYSDK'

If you want to use specific tag version.

pod 'GDYSDK','0.1.7'

If GDYSDK only exist personal GitHub,I can this

>>>
pod 'GDYSDK',:git=>'[email protected]:GDaYao/GDYSDK.git'

or use specifily tag version
>>>
pod 'GDYSDK',:git=>'[email protected]:GDaYao/GDYSDK.git',:tag=>'0.1.7' // <tag name>

Usage

So you can following steps when installed.

import global xxx.h header file to specific file or iOS pch file.

#import <GDYSDK/GDYSDK.h>

you can also get GDYSDK other xxx.h header file

#import <GDYSDK/Constant.h>
#import <GDYSDK/ToolM.h>
...

Author

Dayao, [email protected]

License

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