Update README.md (#808)

Changed minimum target version in podfile example to 12.0
This commit is contained in:
mahmkaa 2024-06-14 04:10:19 +07:00 committed by GitHub
parent 2842e6e84e
commit 3b5120fa08
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

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