You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 ?
The text was updated successfully, but these errors were encountered:
Hello it's been a long time so I'm not sure why anymore but there was indeed something preventing us from doing that.
We're going to migrate to swift package manager which is supported by Apple so it should a better way in the end.
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 ?
The text was updated successfully, but these errors were encountered: