Closed pronebird closed 8 years ago
@pronebird thanks a lot, unfortunately I didn't have time to integrate those changes in my current fork.
Once this is accepted I might merge it into my Markdown Images support and then post it as PR too :-)
:+1: hope this will be integrated.
Any news on this? Although I'm not a CocoaPods kinda guy, @krodak is waiting on this before making a PR for his image support branch (https://github.com/X8/CocoaMarkdown/tree/feature/SupportImageTag) which would be super awesome to see :smile:
@pronebird @krodak @mjstallard Sorry for the delay, busy times! The podspec looks good to me. Merged. Thank you.
@indragiek thank you! :smile: :tada:
:beers: :beers: :beers:
Hi,
I am not able to find CocoaMarkdown on CocoaPods.org. Is it possible to pod trunk push
the library to the cloud please?
Thank you!
Very minimal support for iOS only. I bet OS X should work out of box if we add
:osx
to pod spec but I didn't test. The source code is left untouched. I removedCocoaMarkdown/Ono.h
fromCocoaMarkdown.h
because it's not used anywhere but inCMAttributedStringRenderer.m
where it is included asOno.h
which should work just fine for the time being.This work is based on @krodak's effort in #19 but takes into account the fact that you would like to keep submodules.
Good to have in future:
<LIBRARY/LIBRARY.h>
pattern or something like that to avoid collisions.After merge:
You would have to change the git URL in podspec, add tag to repo and put this tag in pod spec.