Skip to content

Latest commit

 

History

History
51 lines (32 loc) · 1.17 KB

POD_README.md

File metadata and controls

51 lines (32 loc) · 1.17 KB

${POD_NAME}

CI Status Version License Platform

Example

To run the example project, clone the repo, and run make from the root directory first.

There are some script help you develop and PR.

# install dependence and open project
make

# install dependence
make install

# build test
make test

# open project
make open

# quit Xcode
make quit

Before you pull request, make sure test success.

Requirements

Installation

${POD_NAME} is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod '${POD_NAME}'

Author

${USER_NAME}, ${USER_EMAIL}

License

${POD_NAME} is available under the MIT license. See the LICENSE file for more info.