Skip to content

Not available on cocoapods.org ? #14

@Aure77

Description

@Aure77

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 ?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions