You want to add pod 'Shake-Staging', '100.0.0-rc.465'
similar to the following to your Podfile:
target 'MyApp' do
pod 'Shake-Staging', '100.0.0-rc.465'
end
Then run a pod install
inside your terminal, or from CocoaPods.app.
Alternatively to give it a test run, run the command:
pod try Shake-Staging