소스 검색

Update README.md (#808)

Changed minimum target version in podfile example to 12.0
mahmkaa 1 년 전
부모
커밋
3b5120fa08
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      README.md

+ 1 - 1
README.md

@@ -55,7 +55,7 @@ To integrate SnapKit into your Xcode project using CocoaPods, specify it in your
 
 ```ruby
 source 'https://github.com/CocoaPods/Specs.git'
-platform :ios, '10.0'
+platform :ios, '12.0'
 use_frameworks!
 
 target '<Your Target Name>' do