CHProgressSuit 0.0.3× TestsTested ✗ LangLanguage SwiftSwift License MIT ReleasedLast Release Sep 2016 SPMSupports SPM ✗Maintained by Calvin Huang.Installation Guide×Installation Guide for CHProgressSuitYou want to add pod 'CHProgressSuit', '~> 0.0' similar to the following to your Podfile:target 'MyApp' do pod 'CHProgressSuit', '~> 0.0' endThen run a pod install inside your terminal, or from CocoaPods.app.Alternatively to give it a test run, run the command:pod try CHProgressSuitSee PodspecGitHub RepoHomepagePage on CocoaPods.orgCHProgressSuit 0.0.3ByCalvinCalvin-Huang/CHProgressSuitGitHub Repo Migrate to Objective-C project Accorading , you need to Update import statements in your Objective-C code (to #import "ProductModuleName-Swift.h"). #import "CHProgressSuit-Swift.h" All done! Start to use CHProgressSuit!