Homebrew:
安装指令:/usr/bin/ruby -e "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/master/install)"
Homebrew是一款Mac OS平台下的软件包管理工具,拥有安装、卸载、更新、查看、搜索等很多实用的功能。简单的一条指令,就可以实现包管理,而不用你关心各种依赖和文件路径的情况,十分方便快捷。
例如安装java环境:brew cask install java8
显示已安装软件:brew list
1、IOS常用第三方动画框架
https://www.jianshu.com/p/f96fe068dff4
2、IOS开发加密与解密
https://blog.csdn.net/hellozsmj/article/details/50725370
3、IOS进阶之路
https://www.jianshu.com/p/a0bc8d6525b7
4、RAC+MVVM
https://www.jianshu.com/p/db772bbb6a2f
5、蓝牙开发
http://www.cocoachina.com/ios/20170719/19938.html
6、IOS开发常用第三方框架
https://github.com/Tim9Liu9/TimLiu-iOS
7、微信分享相关问题
https://www.jianshu.com/p/774cbeede61d
8、glsl常用函数
https://blog.csdn.net/jeffasd/article/details/78209965
网友评论