krzyzanowskim / OpenSSL

OpenSSL package for SwiftPM, CocoaPod, and Carthage, multiplatform
https://swift.best
Other
921 stars 340 forks source link

Public PodSpec #1

Closed tom-fe closed 10 years ago

tom-fe commented 10 years ago

Hi @krzak!

Thanks for this library! its exactly what I was looking for. Any chance to get your podspec public? I want to add your specific pod as a dependency in a podspec of my own that I'm working on.

Thanks!

krzyzanowskim commented 10 years ago

I feel you pain.

At the moment (AFAIK) there is no way to specify custom source for fetchable dependency in .podspec file. It have to be specified in Podfile.

AFAIK There is OpenSSL in public repository, if you specify dependency in podspec that one will be used (Have you tried that one?)

tom-fe commented 10 years ago

Is creating a podspec (with a different name) and publishing it to the private repository an option?

Tom

On Thu, Jan 9, 2014 at 11:35 AM, Marcin Krzyzanowski < notifications@github.com> wrote:

I feel you pain.

At the moment (AFAIK) there is no way to specify custom source for fetchable dependency in .podspec file. It have to be specified in Podfile.

AFAIK There is OpenSSL in public repository, if you specify dependency in podspec that one will be used (Have you tried that one?)

— Reply to this email directly or view it on GitHubhttps://github.com/krzak/OpenSSL/issues/1#issuecomment-31915077 .

krzyzanowskim commented 10 years ago

Well then everybody else would need to add that repository first. Thus is bummer.

You can instruct what should be addedd in Podfile.

tom-fe commented 10 years ago

Why would they have to do that? All you need to do is give the pod a different name.

Tom

On Fri, Jan 10, 2014 at 5:04 PM, Marcin Krzyzanowski < notifications@github.com> wrote:

Well then everybody else would need to add that repository first. Thus is bummer.

You can instruct what should be addedd in Podfile.

— Reply to this email directly or view it on GitHubhttps://github.com/krzak/OpenSSL/issues/1#issuecomment-32034142 .

krzyzanowskim commented 10 years ago

Yes changed name could reach public repo but... actually I dont have idea how it could be. I think the main difference is that my build is for iOS and OSX

tom-fe commented 10 years ago

That is quite a big difference. Since you support platforms that are popular and in use. Would you like me to do it?

Tom

On Tue, Jan 21, 2014 at 11:31 PM, Marcin Krzyzanowski < notifications@github.com> wrote:

Yes changed name could reach public repo but... actually I dont have idea how it could be. I think the main difference is that my build is for iOS and OSX

— Reply to this email directly or view it on GitHubhttps://github.com/krzak/OpenSSL/issues/1#issuecomment-32965772 .

krzyzanowskim commented 10 years ago

sure, but I don't have good idea for new name. OpenSSL is already taken.

tom-fe commented 10 years ago

How about OpenSSL-iOS/Mac?

Tom

On Thu, Jan 23, 2014 at 12:23 PM, Marcin Krzyzanowski < notifications@github.com> wrote:

sure, but I don't have good idea for new name. OpenSSL is already taken.

Reply to this email directly or view it on GitHubhttps://github.com/krzak/OpenSSL/issues/1#issuecomment-33112046 .

krzyzanowskim commented 10 years ago

I think about OpenSSL-Universal

tom-fe commented 10 years ago

Sounds good! So are you going to publish?

Tom

On Tue, Jan 28, 2014 at 11:15 AM, Marcin Krzyzanowski < notifications@github.com> wrote:

I think about OpenSSL-Universal

Reply to this email directly or view it on GitHubhttps://github.com/krzak/OpenSSL/issues/1#issuecomment-33461826 .

krzyzanowskim commented 10 years ago

yes, I'm about to push it to Cocoapods

tom-fe commented 10 years ago

Great. Can you please let me know once its public?

Tom

On Tue, Jan 28, 2014 at 1:15 PM, Marcin Krzyzanowski < notifications@github.com> wrote:

yes, I'm about to push it to Cocoapods

Reply to this email directly or view it on GitHubhttps://github.com/krzak/OpenSSL/issues/1#issuecomment-33469593 .

krzyzanowskim commented 10 years ago

https://github.com/CocoaPods/Specs/pull/7364

tom-fe commented 10 years ago

Cool, I'll wait for them to accept the pull request and use the pod once its "live".

Thanks!

Tom

On Tue, Jan 28, 2014 at 1:18 PM, Marcin Krzyzanowski < notifications@github.com> wrote:

CocoaPods/Specs#7364 https://github.com/CocoaPods/Specs/pull/7364

Reply to this email directly or view it on GitHubhttps://github.com/krzak/OpenSSL/issues/1#issuecomment-33469806 .

krzyzanowskim commented 10 years ago

Merged as OpenSSL-Universal in Cocoapods public repository.

tom-fe commented 10 years ago

Looks great.

Thanks for all the effort!

Tom

On Wed, Jan 29, 2014 at 5:24 PM, Marcin Krzyzanowski < notifications@github.com> wrote:

Merged as OpenSSL-Universal in Cocoapods public repository.

Reply to this email directly or view it on GitHubhttps://github.com/krzak/OpenSSL/issues/1#issuecomment-33593937 .