Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Can't include as a dependency in a podspec - please post to cocoapods repo! #39

Open
ExoticObjects opened this issue Jan 20, 2016 · 7 comments

Comments

@ExoticObjects
Copy link

s.dependency 'AttributedMarkdown' #fails

#also fails
pod search AttributedMarkdown
[!] Unable to find a pod with name matching `AttributedMarkdown'

This is a pretty big drag. If I have a pod that I'm developing and I want to use AttributedMarkdown in it, I essentially can't. I can only access AttributedMarkdown from classes in my app, not classes in my pod that my app uses. (See here if you are incredulous...). I could do this if I were willing to not use_frameworks, but that locks me out of the new world of swift.

Things have changed with swift and cocoapods and those changes mean that AttributedMarkdown (now more than ever!) needs to be available via pod 'AttributedMarkdown' and without having to point to this git repo!

@ExoticObjects ExoticObjects changed the title Can't include as a dependency Can't include as a dependency in a podspec Jan 21, 2016
@ExoticObjects ExoticObjects changed the title Can't include as a dependency in a podspec Can't include as a dependency in a podspec - please post to cocoapods repo! Jan 21, 2016
@ExoticObjects
Copy link
Author

Apparently this code is no longer maintained?

@dreamwieber
Copy link
Owner

Haven't had a chance to look into this yet, but will take a look. Have not published a pod before, so I need to read up on the process.

@ExoticObjects
Copy link
Author

Awesome! The last time you discussed this was a long time ago! Issue 8: April, 2013

So hopefully the turnaround will be quicker this time! If it were something I could do via a pod request, I would...

@ExoticObjects
Copy link
Author

Any progress on this? Sorry to be a nudge. I'd do it myself if I could. There's a pretty good guide here. Also, I'd use a different markdown parser, but I've checked them out and I think yours is the best. So there's that...

@dreamwieber
Copy link
Owner

Haven't yet but thanks for the guide I will look into it.

Sent from my iPhone

On Feb 4, 2016, at 10:38 AM, Exotic Objects [email protected] wrote:

Any progress on this? Sorry to be a nudge. I'd do it myself if I could. There's a pretty good guide here. Also, I'd use a different markdown parser, but I've checked them out and I think yours is the best. So there's that...


Reply to this email directly or view it on GitHub.

@dreamwieber
Copy link
Owner

And thanks for the kind words :)

Sent from my iPhone

On Feb 4, 2016, at 10:38 AM, Exotic Objects [email protected] wrote:

Any progress on this? Sorry to be a nudge. I'd do it myself if I could. There's a pretty good guide here. Also, I'd use a different markdown parser, but I've checked them out and I think yours is the best. So there's that...


Reply to this email directly or view it on GitHub.

@delebedev
Copy link

Looking forward for this change too

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants