cocoapods-plugins
cocoapods-plugins copied to clipboard
Get info about available CocoaPods plugins.
Modify `plugins.json` to add new plugin and solve #123
It would be worth to install and test plugin on test project on local machine. Is it possible?
Please add the following entry to the `plugins.json` file: ``` { "gem": "cocoapods-proxy", "name": "CocoaPods Proxy", "author": "tuyw", "url": "https://github.com/tuyuwang/cocoapods-proxy", "description": "使用代理进行替换pod install时对仓库的 git clone." } ```
Please add the following entry to the `plugins.json` file: ``` { "gem": "cocoapods-lhj-bin", "name": "CocoaPods Lhj Bin", "author": "lihaijian", "url": "https://github.com/EXAMPLE/cocoapods-lhj-bin", "description": "create framework with cocoapods-lhj-bin." } ```
Please add the following entry to the `plugins.json` file: ``` { "gem": "cocoapods-framework", "name": "CocoaPods Framework", "author": "戴易超", "url": "https://github.com/TyrantDante/cocoapods-framework.git", "description": "本插件可以帮助开发者快速的创建一个OC/Swift的xcframework" } ```
Please add the following entry to the `plugins.json` file: ``` { "gem": "cocoapods-monorepo", "name": "CocoaPods Monorepo", "author": "menttofly", "url": "https://github.com/menttofly/cocoapods-monorepo.git", "description": "`cocoapods monorepo` will make the dependencies that under specified...
Please add the following entry to the `plugins.json` file: ``` { "gem": "cocoapods-catalyst-support", "name": "CocoaPods Catalyst Support", "author": "fermoya", "url": "https://github.com/fermoya/cocoapods-catalyst-support", "description": "Many libraries you may use for iOS won't...
Please add the following entry to the `plugins.json` file: ``` { "gem": "cocoapods-gitee", "name": "CocoaPods Gitee", "author": "SyMind", "url": "https://gitee.com/SyMind/cocoapods-gitee", "description": "Using gitee mirrors to download dependencies." } ```
Add a plugin to help people know more about the relationship and version about the pod dependency.
Please add the following entry to the `plugins.json` file: ``` { "gem": "cocoapods-specCTest", "name": "CocoaPods Specctest", "author": "zhangyapeng", "url": "https://github.com/199055/XYDebuger", "description": "cocoapods-specCTest" } ```