From 75b1f5f148c6844e5828a4197c338ff51bf669e0 Mon Sep 17 00:00:00 2001 From: liberalisman <294992146@qq.com> Date: Sun, 1 Jul 2018 23:46:42 +0800 Subject: [PATCH] Update Question --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3bbaa2e..863e91e 100644 --- a/README.md +++ b/README.md @@ -373,6 +373,7 @@ - 6.在使用 `CocoaPods` 中遇到过哪些问题? - 7.如何使用 `CocoaPods` 集成远程私有库?- [链接](https://github.com/liberalisman/iOS-InterviewQuestion-collection/blob/master/代码管理/3.3-7.md) - 8.如果自己写的库需要依赖其他的三方库,该怎么办?- [链接](https://github.com/liberalisman/iOS-InterviewQuestion-collection/blob/master/代码管理/3.3-8.md) + - 9.`CocoaPods` 中的 `Subspec` 字段有什么用处? - 4.Carthage - 5.Fastlane - 6.Jenkins