onmyway133 / Arcane

:trident: CommonCrypto in Swift, and more
https://onmyway133.github.io/
Other
284 stars 22 forks source link

How to lint this pod? #14

Closed TienVu-PW closed 6 years ago

TienVu-PW commented 6 years ago

Hi, I'm trying to integrate CommonCrypto into my Cocoapods project, I found yours and see how you do it, but when i do pod lib lint, it return error no such module 'CCommonCrypto', so how can you lint and upload to pod base?

jinlongyu123 commented 6 years ago

Hi, I'm trying to integrate CommonCrypto into my Cocoapods project, I found yours and see how you do it, but when i do pod lib lint, it return error no such module 'CCommonCrypto', so how can you lint and upload to pod base?

onmyway133 commented 6 years ago

@TienVu-PW @jinlongyu123 Hi, sorry for late reply. For pods with modulemap, pod lib lint does not seem to work, but pod spec lint and simply pod trunk push works.