jfrog / cocoapods-art

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

can't `pod repo-art push` #20

Open dautermann opened 6 years ago

dautermann commented 6 years ago

I have a binary-only cocoapod hosted on GitHub that we'd love to publish to trusted friends via Artifactory.

Even though everything seems to look correct when I do pod repo-art list:

[~/.cocoapods/repos]:;pod repo-art list

cocoapods-local
- URL: https://proxyco.jfrog.io/proxyco/api/pods/cocoapods-local
- Path: /Users/myke/.cocoapods/repos-art/cocoapods-local/

1 repo

Trying to push my new podspec into it is failing:

[~/Source/proxy/release-ios-sdk]:;pod repo-art push cocoapods-local ProxySDK.podspec 
Adding the spec to repo `cocoapods-local'
[!] 'cocoapods-local' is not an Artifactory-backed Specs repo

What step am I missing?