jfrog / cocoapods-art

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

Specify source URLs in Podfile #5

Open Ashton-W opened 8 years ago

Ashton-W commented 8 years ago

May I suggest adding syntax to the plugin sources to allow specifying the artifactory URL in the Podfile:

plugin 'cocoapods-art', :sources => {
    'artifactory-local' => 'http://art-prod.company.com:8081/artifactory/api/pods/myRepo'    
}

To eliminate the need to add all the sources manually.

mirkoluchi commented 7 years ago

That would greatly ease developer's environment setup, "reducing" it to just creating the .netrc file. I definetely vote for this suggestion.

ansman commented 6 years ago

Any news on this? It's extremely inconvenient to have to each all developers about artifactory.

eyalbe4 commented 6 years ago

We like this suggested improvement. In case anyone would like to contribute the code for this feature, please let us know.

lursk commented 5 years ago

Check it out: https://github.com/lursk/cocoapods-art/tree/podfile-source-url It's a draft, but it works. When I have some more time, I'll try to improve it a little bit.