https://github.com/xlsn0w/specs
创建私有CocoaPods库所对应的Specs仓库repos
https://github.com/xlsn0w/specs
cocoapods specifications specs
Last synced: 12 days ago
JSON representation
创建私有CocoaPods库所对应的Specs仓库repos
- Host: GitHub
- URL: https://github.com/xlsn0w/specs
- Owner: XLsn0w
- Created: 2020-04-06T06:34:14.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-04-06T08:32:16.000Z (about 6 years ago)
- Last Synced: 2025-02-28T08:15:59.511Z (over 1 year ago)
- Topics: cocoapods, specifications, specs
- Language: Ruby
- Homepage:
- Size: 2.93 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# The XLsn0wKits CocoaPods Master Repo
## This repository contains the private CocoaPods specifications.
# 创建私有CocoaPods库
```
$ pod lib create XLsn0wKits
找到路径XLsn0wKits/XLsn0wKits/Classes的"ReplaceMe.m"文件删除,然后将自己所需要的文件放到这里目录下
cd到Example路径下, 执行pod install 更新Example项目中的pod
$ cd XLsn0wKits
$ pod lib lint
$ pod spec lint
$ pod repo add XLsn0wKits https://github.com/XLsn0w/Specs.git
$ pod repo push XLsn0wKits XLsn0wKits.podspec --sources=https://github.com/XLsn0w/Specs.git
```
[](https://travis-ci.org/xlsn0w/XLsn0wKits)
[](https://cocoapods.org/pods/XLsn0wKits)
[](https://cocoapods.org/pods/XLsn0wKits)
[](https://cocoapods.org/pods/XLsn0wKits)
## Example
To run the example project, clone the repo, and run `pod install` from the Example directory first.
## Requirements
## Installation
XLsn0wKits is available through [CocoaPods](https://cocoapods.org). To install
it, simply add the following line to your Podfile:
```ruby
pod 'XLsn0wKits'
```
## Author
xlsn0w, xlsn0wios@gmail.com
## License
XLsn0wKits is available under the MIT license. See the LICENSE file for more info.