Skip to content

Commit

Permalink
Update README.md (SnapKit#808)
Browse files Browse the repository at this point in the history
Changed minimum target version in podfile example to 12.0
  • Loading branch information
mahmkaa authored Jun 13, 2024
1 parent 2842e6e commit 3b5120f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3b5120f

Please sign in to comment.