Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wallee-payment/ios-mobile-sdk-payment-resources
Cocoapod dependencies for MSDK
https://github.com/wallee-payment/ios-mobile-sdk-payment-resources
Last synced: 29 days ago
JSON representation
Cocoapod dependencies for MSDK
- Host: GitHub
- URL: https://github.com/wallee-payment/ios-mobile-sdk-payment-resources
- Owner: wallee-payment
- Created: 2023-09-13T09:46:31.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-07-19T08:27:40.000Z (5 months ago)
- Last Synced: 2024-07-19T16:55:35.962Z (5 months ago)
- Language: Ruby
- Size: 7.85 MB
- Stars: 0
- Watchers: 7
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ios-mobile-sdk-payment-resources
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!
```bash
pod 'PaymentResources', '1.0.0'
```## Create new version of PaymentResources pod
1. Create and test dep at staging
2. copy folder `PaymentResources/1.0.0`
3. rename version folder to new version `PaymentResources/2.0.0`
4. update `PaymentResources.zip` file add new, update or remove framework
5. update podspec file to right version and source to zip frameworks
1. `s.version = '2.0.0'`
2. `s.source = { :http => 'https://github.com/wallee-payment/ios-mobile-sdk-payment-resources/raw/master/PaymentResources/2.0.0/PaymentResources.zip'}`
6. test it## Publish POD to [cocoapods.org](https://cocoapods.org/)
1. update pod
2. push podspec `pod trunk push Specs/PaymentResources/2.0.0/PaymentResources.podspec`
3. If necessary use `--allow-warnings` tag when pushing the podspec## Known issues
1. If linting fails with the error: `SDK does not contain 'libarclite' at the path ...` - check the `platform` field or remove it completely