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:
93
93
94
94
[CocoaPods][] is a dependency manager for Cocoa projects. To install SQLite.swift with CocoaPods:
95
95
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
+ ```
97
103
98
104
2. Update your Podfile to include the following:
99
105
Original file line number Diff line number Diff line change @@ -143,8 +143,14 @@ install SQLite.swift with Carthage:
143
143
[CocoaPods][] is a dependency manager for Cocoa projects. To install
144
144
SQLite.swift with CocoaPods:
145
145
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
+ ```
148
154
149
155
2. Update your Podfile to include the following:
150
156
You can’t perform that action at this time.
0 commit comments