Sha256: e34398c6f4af6dd6bb7b350f1068875460f80b2c91f1c954dc3e13650f464ddc
Contents?: true
Size: 958 Bytes
Versions: 6
Compression:
Stored size: 958 Bytes
Contents
# 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 $ 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
Version data entries
6 entries across 6 versions & 1 rubygems