Greetings, iam Javier Whitehurst, Don’t miss me too much.
How Do I Publish On Podspec? [Solved]
2 AnswersUpdate the version and the tag in podspec beforehand.Commit, push code to git.Create new tag with the current code, make sure it’s the same tag as the one in podspec. git tag 0.1.1. git push origin 0.1.1.Call pod spec lint to check and pod trunk push to update it on repo master list. pod lib lint YourSDK.podspec.28 Dec 2016
How to publish a Framework or XCFramework on Cocoapods.
If you find any difficulty in
Creating and Publishing Custom iOS Framework using Cocoapods | Swift 5, XCode 11
Today, we learn about Frameworks. We start by understanding the benefits of Frameworks, then we go ahead to learn how we …
How to Create a CocoadPods Library to share code
I will show you how you could quickly create your own pod library that you will use to distribute privately or on the