Decathlon / vitamin-ios

Decathlon Design System UI components for iOS & iPadOS applications
https://www.decathlon.design
Apache License 2.0
46 stars 14 forks source link

fix(cocoapods): fix to pass cocoapods podspec validation #1

Closed daniel-dumortier closed 2 years ago

daniel-dumortier commented 2 years ago

Before pushing to cocoapods, we need to run pod lib lint And this enlightened that.... the project does not compile if not in SPM context (typically, for Cocoapods)

To fix that, I had to :

The validation now passes, so once this PR merged, I will be able to push it to Cocoapods trunk repo

After discussion with @lauthieb , I also modified the README to encourage users to use an exact version of Vitamin in their project (with SPM and Cocoapods)

CLAassistant commented 2 years ago

CLA assistant check
All committers have signed the CLA.

sonarcloud[bot] commented 2 years ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information