Skip to content

Commit fb15120

Browse files
committed
Update CocoaPods requirements
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent 7418c3b commit fb15120

File tree

2 files changed

+15
-3
lines changed

2 files changed

+15
-3
lines changed

Documentation/Index.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff 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

README.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,8 +143,14 @@ install SQLite.swift with Carthage:
143143
[CocoaPods][] is a dependency manager for Cocoa projects. To install
144144
SQLite.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

0 commit comments

Comments
 (0)