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.
${POD_NAME} is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod '${POD_NAME}'
${USER_NAME}, ${USER_EMAIL}
${POD_NAME} is available under the MIT license. See the LICENSE file for more info.