README.md in cocoapods-playgrounds-0.0.3 vs README.md in cocoapods-playgrounds-0.1.0
- old
+ new
@@ -1,7 +1,9 @@
# This Could Be Us But You Playing
+[![Build Status](https://img.shields.io/travis/neonichu/ThisCouldBeUsButYouPlaying/master.svg?style=flat)](https://travis-ci.org/neonichu/ThisCouldBeUsButYouPlaying)
+
![](README_images/alamofire.png)
Generates a Swift Playground for any Pod.
## Installation
@@ -21,9 +23,17 @@
$ pod playgrounds ../../../Sources/Alamofire/Alamofire.podspec
To generate a Playground with multiple Pods:
$ pod playgrounds RxSwift,RxCocoa
+
+### Carthage
+
+To generate a Playground for a Carthage-enabled library:
+
+ $ carthage-play Alamofire/Alamofire
+
+Note: This currently assumes that libraries are hosted on GitHub.
### CLI
To generate an empty Playground from the commandline: