랭킹으로 돌아가기
asmallteapot/cocoapods-playgrounds
Ruby:black_joker: Generate Swift Playgrounds for any library.
swiftswift-playgroundscocoapodscarthage
주요 지표
스타 성장
스타
1.3k
포크
37
주간 성장
—
이슈
17
5001k
2016년 2월2017년 10월2019년 7월2021년 4월2023년 1월2024년 10월2026년 7월
아티팩트RubyGems
gem install cocoapods-playgroundsREADME
CocoaPods Playgrounds
Generate a Swift Playground for any CocoaPod or Carthage module.

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
관련 저장소