摘要: 1.引入官方基础pod 谷歌将protobuf需要使用的基础类封装成了一个pod,因此可以直接安装该pod,不必再手工导入. 如下: pod "Protobuf", :git => "https://github.com/google/protobuf.git" 之所以设置git路径,是因为这样po 阅读全文
posted @ 2017-03-28 17:22 FMDN 阅读(2362) 评论(1) 推荐(0) 编辑