CocoaPods equivalent of Maven SNAPSHOT assembly

Is there an equivalent concept in CocoaPods for building SNAPSHOT in Maven?

I have a private repo podspec setup, and I want to publish a new development version after every CI run. For my Android builds, I have an Artifactory server setup where CI publishes the SNAPSHOT assembly after each run (saving only the last 5). Is there a simple / recommended way to accomplish this using Cocoapods?

+4
source share

Source: https://habr.com/ru/post/1612668/


All Articles