File tree Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Expand file tree Collapse file tree 2 files changed +15
-3
lines changed Original file line number Diff line number Diff line change @@ -93,7 +93,13 @@ install SQLite.swift with Carthage:
9393
9494[CocoaPods][] is a dependency manager for Cocoa projects. To install SQLite.swift with CocoaPods:
9595
96- 1. Make sure CocoaPods is [installed][CocoaPods Installation] (SQLite.swift requires version 0.37 or greater).
96+ 1. Make sure the latest CocoaPods beta is [installed][CocoaPods Installation]. (SQLite.swift requires version 1.0.0.beta.6 or greater.)
97+
98+ ``` sh
99+ # Using the default Ruby install will require you to use sudo when
100+ # installing and updating gems.
101+ sudo gem install --pre cocoapods
102+ ```
97103
98104 2. Update your Podfile to include the following:
99105
Original file line number Diff line number Diff line change @@ -143,8 +143,14 @@ install SQLite.swift with Carthage:
143143[CocoaPods][] is a dependency manager for Cocoa projects. To install
144144SQLite.swift with CocoaPods:
145145
146- 1. Make sure CocoaPods is [installed][CocoaPods Installation]. (SQLite.swift
147- requires version 0.37 or greater.)
146+ 1. Make sure the latest CocoaPods beta is [installed][CocoaPods
147+ Installation]. (SQLite.swift requires version 1.0.0.beta.6 or greater.)
148+
149+ ``` sh
150+ # Using the default Ruby install will require you to use sudo when
151+ # installing and updating gems.
152+ sudo gem install --pre cocoapods
153+ ```
148154
149155 2. Update your Podfile to include the following:
150156
You can’t perform that action at this time.
0 commit comments