소스 검색

Merge pull request #1045 from mariusschulz/patch-1

Updates Podfile entry to v3.7
Bogdan Poplauschi 11 년 전
부모
커밋
4f97897a41
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -229,7 +229,7 @@ There are three ways to use SDWebImage in your project:
 #### Podfile
 ```
 platform :ios, '6.1'
-pod 'SDWebImage', '~>3.6'
+pod 'SDWebImage', '~>3.7'
 ```
 
 ### Installation with Carthage (iOS 8+)