CocoaPods / cocoapods-plugins

Get info about available CocoaPods plugins.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[plugins.json] Add cocoapods-mangle

jtreanor opened this issue · comments

Please add the following entry to the plugins.json file:

{
  "gem": "cocoapods-mangle",
  "name": "CocoaPods Mangle",
  "author": "James Treanor",
  "url": "https://github.com/intercom/cocoapods-mangle",
  "description": "Mangling your dependencies symbols allows more than one copy of a dependency to exist without errors. This plugin mangles your dependencies to make this possible."
}

Thanks, added with
7008b75

Thank you!