Cocoapod dependencies for MSDK
you should test new dependencies with dev/staging application with cocoapod from here!
Add this line in to your Podfile
you should use direct link to pod spec version you want to use!
pod 'PaymentResources', '1.0.0'
- Create and test dep at staging
- copy folder
PaymentResources/1.0.0
- rename version folder to new version
PaymentResources/2.0.0
- update
PaymentResources.zip
file add new, update or remove framework - update podspec file to right version and source to zip frameworks
s.version = '2.0.0'
s.source = { :http => 'https://github.com/wallee-payment/ios-mobile-sdk-payment-resources/raw/master/PaymentResources/2.0.0/PaymentResources.zip'}
- test it
Publish POD to cocoapods.org
- update pod
- push podspec
pod trunk push Specs/PaymentResources/2.0.0/PaymentResources.podspec
- If necessary use
--allow-warnings
tag when pushing the podspec
- If linting fails with the error:
SDK does not contain 'libarclite' at the path ...
- check theplatform
field or remove it completely