Parcourir la source

Update README.md (#808)

Changed minimum target version in podfile example to 12.0
mahmkaa il y a 1 an
Parent
commit
3b5120fa08
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  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