jfrog / cocoapods-art

CocoaPods Plugin to work against Artifactory Repository
Apache License 2.0
58 stars 28 forks source link

cocoapods-local to deploy dependencies #57

Open joluruba opened 2 years ago

joluruba commented 2 years ago

hello, we have 2 cocoapods resositories configurated whit plugin cocoapods-art: cocoapods-local with a copy of dependencies (with same version number) stored in dl.google.com (FirebaseAnalitycs for example),
but the binaries stored in our own artifactory

and cocoapods-remote with dependencies stored in github.

Our Podfile have configured both repositories (cocoapods-local first) Our problem is the followin: when we install pod using: pod install first calculate dependencies but no use the specs stored en cocoapods-local repo (wich point to artifactory to get binaries) , it use specs stored in cocoapods-remote and we don't have accest by firewall to dl.google.com we wan indicate that use specs stored in cocoapods-local repo to resolve dependencies. ¿is there any way to use repo cocoapods-local to resolve dependencies ?

any idea is wellcome, tanks