mirror of https://github.com/SnapKit/SnapKit
Update README.md (#808)
Changed minimum target version in podfile example to 12.0
This commit is contained in:
parent
2842e6e84e
commit
3b5120fa08
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue