plugins.json in cocoapods-plugins-1.0.0.beta.1 vs plugins.json in cocoapods-plugins-1.0.0.rc.1
- old
+ new
@@ -7,10 +7,26 @@
"social_media_url": "http://twitter.com/kylefuller",
"url": "https://github.com/CocoaPods/cocoapods-appledoc",
"description": "Generates docset and documentation for a pod."
},
{
+ "gem": "cocoapods-deploy",
+ "name": "Deploy",
+ "author": "James Campbell",
+ "social_media_url": "https://twitter.com/jcampbell_05",
+ "url": "https://github.com/jcampbell05/cocoapods-deploy",
+ "description": "Deploys dependencies for a CocoaPods project without needing to clone the repo (Similar to Bundler's `--deployment`)."
+ },
+ {
+ "gem": "cocoapods-rome",
+ "name": "Rome",
+ "author": "Boris Bügling",
+ "social_media_url": "https://twitter.com/neonichu",
+ "url": "https://github.com/neonichu/rome",
+ "description": "Rome makes it easy to build a list of frameworks for consumption outside of Xcode, e.g. for a Swift script."
+ },
+ {
"gem": "cocoapods-deintegrate",
"name": "Deintegrate",
"author": "Kyle Fuller",
"social_media_url": "http://twitter.com/kylefuller",
"url": "https://github.com/kylef/cocoapods-deintegrate",
@@ -208,8 +224,22 @@
"gem": "cocoapods-acknowledgements",
"name": "CocoaPods Acknowledgements",
"author": "Fabio Pelosin, Orta Therox, Marcelo Fabri",
"url": "https://github.com/CocoaPods/cocoapods-acknowledgements",
"description": "CocoaPods plugin that generates an acknowledgements plist to make it easy to create tools to use in apps."
+ },
+ {
+ "gem": "cocoapods-generator",
+ "name": "CocoaPods Generator",
+ "author": "从权",
+ "url": "https://github.com/zhzhy/cocoapods-generator",
+ "description": "Add files to empty target from *.podspec, such as souce files, libraries, frameworks, resources and so on."
+ },
+ {
+ "gem": "cocoapods-debug",
+ "name": "CocoaPods Debug",
+ "author": "Samuel Giddins",
+ "url": "https://github.com/segiddins/cocoapods-debug",
+ "description": "A simple plugin to ease debugging CocoaPods."
}
]
}