Skip to content

Update items.yml #100

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 8 commits into
base: source
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 25 additions & 1 deletion data/items.yml
Original file line number Diff line number Diff line change
Expand Up @@ -98,8 +98,32 @@ sections:
- name: RxBinding
repo: RxSwiftCommunity/RxBinding
description: "RxBinding provides ~> and <~> operators for data binding using RxSwift, to replace the bind(to:) and disposed(by:) method in RxSwift."
- name: RxOnDemandResources
repo: RxSwiftCommunity/RxOnDemandResources
description: RxSwift wrapper for on-demand resources access
- name: Projects that Extend Other Projects with RxSwift
items:
items:
- name: RxSceneKit
repo: RxSwiftCommunity/RxSceneKit
description: RxSwift wrapper for Apple's RxSceneKit framework
- name: RxSpriteKit
repo: RxSwiftCommunity/RxSpriteKit
description: RxSwift wrapper for Apple's RxSpriteKit framework
- name: RxAVFoundation
repo: RxSwiftCommunity/RxAVFoundation
description: RxSwift wrapper for Apple's AVFoundation framework
- name: RxCoreNFC
repo: RxSwiftCommunity/RxCoreNFC
description: RxSwift wrapper for Apple's CoreNFC framework
- name: RxVision
repo: RxSwiftCommunity/RxVision
description: RxSwift wrapper for Apple's Vision framework
- name: RxARKit
repo: RxSwiftCommunity/RxARKit
description: RxSwift wrapper for Apple's ARKit framework
- name: RxCloudKit
repo: RxSwiftCommunity/RxCloudKit
description: RxSwift wrapper for Apple's CloudKit framework
- name: RxCombine
repo: freak4pc/RxCombine
description: Bi-directional type bridging between RxSwift and Apple's Combine framework
Expand Down