This repository serves as the official CocoaPods spec source for BrainCo's iOS libraries and frameworks.
To use the libraries hosted in this repository, add the following source to the top of your Podfile:
source 'https://github.com/BrainCoTech/cocoapods-specs.git'
source 'https://cdn.cocoapods.org/'Then, add the desired BrainCo pods to your target:
pod 'CrimsonSDK', '~> 1.7.2'If you need to manually add this spec repository to your local machine, run:
pod repo add brainco-specs https://github.com/BrainCoTech/cocoapods-specs.git