Skip to content

Latest commit

 

History

History
49 lines (28 loc) · 1.29 KB

POD_README.md

File metadata and controls

49 lines (28 loc) · 1.29 KB

${POD_NAME}

CI Status Version License Platform

Example

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

Requirements

在正式使用之前,请在podfile中添加私有Specs的地址:git@github.com:wanyakun/Specs.git

source 'git@github.com:wanyakun/Specs.git'

如果有使用公开第三方类库,也不要忘记添加默认的Specs地址:git@github.com:CocoaPods/Specs.git

source 'git@github.com:CocoaPods/Specs.git'

Installation

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

pod "${POD_NAME}"

Architecture

Usage

Author

${USER_NAME}, ${USER_EMAIL}

License

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