You want to add pod 'Alipay-SDK-No-UTDID-Brian', '~> 15.5'
similar to the following to your Podfile:
target 'MyApp' do
pod 'Alipay-SDK-No-UTDID-Brian', '~> 15.5'
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 Alipay-SDK-No-UTDID-Brian