### Add Private Pods Repository Source: https://github.com/casatwy/ctmediator/blob/master/readme.md Before running demos, add the private pods repository using this command. ```bash pod repo add PrivatePods https://github.com/ModulizationDemo/PrivatePods.git ``` -------------------------------- ### Add CTMediator Pod (Swift) Source: https://github.com/casatwy/ctmediator/blob/master/readme.md Use this command to add the CTMediator pod to your Swift project. Ensure `use_frameworks!` is included. ```ruby use_frameworks! pod "CTMediator" ``` -------------------------------- ### Add CTMediator Pod (Objective-C) Source: https://github.com/casatwy/ctmediator/blob/master/readme.md Use this command to add the CTMediator pod to your Objective-C project. ```bash pod "CTMediator" ``` === COMPLETE CONTENT === This response contains all available snippets from this library. No additional content exists. Do not make further requests.