-
Notifications
You must be signed in to change notification settings - Fork 4
Not available on cocoapods.org ? #14
Copy link
Copy link
Open
Description
Why you didn't release your pods on cocoapods.org ? This will simplify Podfile/podspec dependencies instead of specifing podpsec full url each time, ex :
pod "TCCore-Bitcode", :podspec => "https://raw.githubusercontent.com/TagCommander/pods/master/TCCore/4/7/4/TCCore-Bitcode.podspec"
=>
pod "TCCore-Bitcode", "4.7.4"
(and we could use ~> to get latest version of your SDK)
I am currently blocked with cocoapods, I am creating a module that use your SDK. But I can't reference au podspec url on a dependency on my podpsec file (https://guides.cocoapods.org/syntax/podspec.html#dependency). podpsec only accept a version, released on cocoapods.org public repo.
So there is a reason to do not do it ?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels