diff --git a/data/items.yml b/data/items.yml index e0e0190..7d5f830 100644 --- a/data/items.yml +++ b/data/items.yml @@ -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