CocoaPods / blog.cocoapods.org

The blog for CocoaPods
https://blog.cocoapods.org/
34 stars 38 forks source link

CocoaPods 0.36.rc.1 - Pod Authors Guide to CocoaPods Frameworks #60

Closed mrackwitz closed 9 years ago

mrackwitz commented 9 years ago

The extracted article from #59.

TODOs

orta commented 9 years ago

We could mention the module_name Podspec property.

mrackwitz commented 9 years ago

@orta Yes, we should explain that.

alloy commented 9 years ago

This guide should also include the resources issue mentioned in the main blog post.

kylef commented 9 years ago

@mrackwitz Can you change this to "beta.1" instead of RC1. Would love it if you can finish this blog post off today/tomorrow too. I want to release soon.

orta commented 9 years ago

@kylef there is no reference to RC ( or beta ) in the content / url of the post, only that 0.36 will be something.

kylef commented 9 years ago

@orta I haven't looked at the contents of the article yet. But looking at the title of this PR and branch name made it seem this was an RC1 blog post.

CocoaPods 0.36.rc.1 - Pod Authors Guide to CocoaPods Frameworks cocoapods-0.36.rc.1-pod-authors-guide

kylef commented 9 years ago

We should mention that bugs should filed to http://github.com/CocoaPods/swift

segiddins commented 9 years ago

@kylef once the PR is merged, I think issues should go back to the main CP/CP repo

segiddins commented 9 years ago

If there is no pygments support, we could always switch over to Rouge

kylef commented 9 years ago

I might be able to hack together a lexer for pygments when I get a chance.

kylef commented 9 years ago

The Swift Lexer can be found at https://bitbucket.org/birkenfeld/pygments-main/src/c479af13420f8b1232c382bb1ad1d2e6d06212bf/pygments/lexers/objective.py?at=default#cl-283.