Skip to content

Installation

Teng Fei edited this page Apr 21, 2024 · 3 revisions

The preferred way for adding CXSwiftKit to your project is using CocoaPods:

pod 'CXSwiftKit'

OR

pod 'CXSwiftKit', '~> 2.0.6'
  • ApplePay
pod 'CXSwiftKit/ApplePay'
  • KingfisherWrapper
pod 'CXSwiftKit/KingfisherWrapper'
  • SDWebImageWrapper
pod 'CXSwiftKit/SDWebImageWrapper'

This will add the CXSwiftKit core to your project.

Clone this wiki locally