plugins.json in cocoapods-plugins-0.4.1 vs plugins.json in cocoapods-plugins-0.4.2
- old
+ new
@@ -97,10 +97,11 @@
"description":"Quickly try the demo project of a Pod."
},
{
"gem":"cocoapods-watch",
"name":"Pod watch",
+ "author":"Marin Usalj",
"url":"https://github.com/supermarin/cocoapods-watch",
"description":"Watch for Podfile changes and run pod install."
},
{
"gem":"cocoapods-roulette",
@@ -150,8 +151,23 @@
"name":"CocoaPods Links",
"author":"Mike Owens",
"social_media_url":"https://twitter.com/mikejowens",
"url":"https://github.com/mowens/cocoapods-links",
"description":"A CocoaPods plugin to manage local development pods"
+ },
+ {
+ "gem": "cocoapods-prune-localizations",
+ "name": "CocoaPods Prune Localizations",
+ "author": "Diego Torres",
+ "social_media_url": "https://twitter.com/dtorres",
+ "url": "https://github.com/dtorres/cocoapods-prune-localizations",
+ "description": "Upon running pod install, this plugin will remove unused localizations by your project"
+ },
+ {
+ "gem": "cocoapods-readonly",
+ "name": "CocoaPods Readonly",
+ "author": "Mason Glidden",
+ "url": "https://github.com/Yelp/cocoapods-readonly",
+ "description": "Developers switching from submodules are used to modifying library source files from within Xcode. This locks those files as needed so Xcode warns you when attempting to edit them."
}
]
}