You want to add pod 'Tune-test', '6.0.3-20180830201946'
similar to the following to your Podfile:
target 'MyApp' do
pod 'Tune-test', '6.0.3-20180830201946'
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 Tune-test