Skip to content

Commit

Permalink
Fixed typo and add link
Browse files Browse the repository at this point in the history
Fixed typo

Fixed image
  • Loading branch information
Draveness committed Sep 26, 2016
1 parent bd9e1aa commit e47e73c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@

## 目录

Latest:[从 Auto Layout 的布局算法谈性能](https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/contents/AsyncDisplayKit/从%20Auto%20Layout%20的布局算法谈性能.md)

Latest:[CocoaPods 都做了什么?](https://github.com/Draveness/iOS-Source-Code-Analyze/blob/bd9e1aa5aa81f60e2f516d0709f5fd9773736d7f/contents/CocoaPods/CocoaPods%20都做了什么?.md)

| Project | Version | Article |
|:-------:|:-------:|:------|
| AsyncDisplayKit | 1.9.81 | [提升 iOS 界面的渲染性能](https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/contents/AsyncDisplayKit/提升%20iOS%20界面的渲染性能%20.md)<br> [从 Auto Layout 的布局算法谈性能](https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/contents/AsyncDisplayKit/从%20Auto%20Layout%20的布局算法谈性能.md)|
| CocoaPods | 1.1.0 | [CocoaPods 都做了什么?](https://github.com/Draveness/iOS-Source-Code-Analyze/blob/bd9e1aa5aa81f60e2f516d0709f5fd9773736d7f/contents/CocoaPods/CocoaPods%20都做了什么?.md)|
| OHHTTPStubs | 5.1.0 | [iOS 开发中使用 NSURLProtocol 拦截 HTTP 请求](https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/contents/OHHTTPStubs/iOS%20开发中使用%20NSURLProtocol%20拦截%20HTTP%20请求.md) <br> [如何进行 HTTP Mock(iOS)](https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/contents/OHHTTPStubs/如何进行%20HTTP%20Mock(iOS).md) |
| ProtocolKit | | [如何在 Objective-C 中实现协议扩展](https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/contents/ProtocolKit/如何在%20Objective-C%20中实现协议扩展.md) |
| FBRetainCycleDetector | 0.1.2 | [如何在 iOS 中解决循环引用的问题](https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/contents/FBRetainCycleDetector/如何在%20iOS%20中解决循环引用的问题.md) <br>[检测 NSObject 对象持有的强指针](https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/contents/FBRetainCycleDetector/检测%20NSObject%20对象持有的强指针.md) <br> [如何实现 iOS 中的 Associated Object](https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/contents/FBRetainCycleDetector/如何实现%20iOS%20中的%20Associated%20Object.md)<br>[iOS 中的 block 是如何持有对象的](https://github.com/Draveness/iOS-Source-Code-Analyze/blob/master/contents/FBRetainCycleDetector/iOS%20中的%20block%20是如何持有对象的.md)|
Expand Down
4 changes: 2 additions & 2 deletions contents/CocoaPods/CocoaPods 都做了什么?.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

稍有 iOS 开发经验的人应该都是用过 CocoaPods,而对于 CI、CD 有了解的同学也都知道 Fastlane。而这两个在 iOS 开发中非常便捷的第三方库都是使用 Ruby 来编写的,这是为什么?

![](./images/coocapods-image.jpg)
![](images/cocoapods-image.jpg)

先抛开这个话题不谈,我们来看一下 CocoaPods 和 Fastlane 是如何使用的,首先是 CocoaPods,在每一个工程使用 CocoaPods 的工程中都有一个 Podfile:

Expand Down Expand Up @@ -660,7 +660,7 @@ CocoaPods 工程的代码虽然非常多,不过代码的逻辑非常清晰,
> Github Repo:[iOS-Source-Code-Analyze](https://github.com/draveness/iOS-Source-Code-Analyze)
>
> Follow: [Draveness · Github](https://github.com/Draveness)
> Follow: [Draveness · GitHub](https://github.com/Draveness)
>
> Source: http://draveness.me/cocoapods
Expand Down

0 comments on commit e47e73c

Please sign in to comment.