Popularity
7.4
Stable
Activity
0.0
Stable
1,304
25
41

Monthly Downloads: 169
Programming language: Ruby
License: MIT License
Tags: Tools    
Latest version: v1.2.2

ThisCouldBeUsButYouPlaying alternatives and similar libraries

Based on the "Tools" category.
Alternatively, view ThisCouldBeUsButYouPlaying alternatives based on common mentions on social networks and blogs.

Do you think we are missing an alternative of ThisCouldBeUsButYouPlaying or a related project?

Add another 'Tools' Library

README

CocoaPods Playgrounds

RubyGems MIT license Build Status

Generate a Swift Playground for any CocoaPod or Carthage module.

[](README_images/alamofire.png)

Installation

$ gem install cocoapods-playgrounds

Usage

CocoaPods

To generate a Playground for a specific Pod:

$ pod playgrounds Alamofire

To generate a Playground for a local development Pod:

$ 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:

$ playground --platform=ios YOLO
$ open YOLO.playground


*Note that all licence references and agreements mentioned in the ThisCouldBeUsButYouPlaying README section above are relevant to that project's source code only.