将framework提交至cocoapods工作记录
将framework提交至cocoapods工作记录========================
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git add .
zhangsaidong@zhangsaidongs-MacBook-Pro InterfaceKit % git commit -m "Initial release of InterfaceKit"
[master (root-commit) a1942f6] Initial release of InterfaceKit
155 files changed, 21738 insertions(+)
create mode 100644 .github/ISSUE_TEMPLATE.md
create mode 100644 .github/Pull_request_template.md
create mode 100644 .github/workflows/podspecs.yml
create mode 100644 .github/wo ...
将framework提交至cocoapods摘录
将framework提交至cocoapods摘录========================看图秒懂系列
Hello World
Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.
Quick StartCreate a new post$ hexo new "My New Post"
More info: Writing
Run server$ hexo server
More info: Server
Generate static files$ hexo generate
More info: Generating
Deploy to remote sites$ hexo deploy
More info: Deployment
Markdown Style test
This post is originated from here and is used for testing markdown style. This post contains nearly every markdown usage. Make sure all the markdown elements below show up correctly.
Headers# H1
## H2
### H3
#### H4
##### H5
###### H6
Alternatively, for H1 and H2, an underline-ish style:
Alt-H1
======
Alt-H2
------
H1H2H3H4H5H6Alternatively, for H1 and H2, an underline-ish style:
Alt-H1Alt-H2EmphasisEmphasis, aka italics, with *asterisks* or _underscores_.
Strong emphasis, aka bold, with ...