Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Docs
  • Loading branch information
jberkel committed Oct 15, 2016
commit f160b86be47735b69262a00d713b796a29cf2f89
11 changes: 7 additions & 4 deletions Documentation/Index.md
Original file line number Diff line number Diff line change
Expand Up @@ -93,23 +93,26 @@ install SQLite.swift with Carthage:

[CocoaPods][] is a dependency manager for Cocoa projects. To install SQLite.swift with CocoaPods:

1. Make sure the latest CocoaPods beta is [installed][CocoaPods Installation]. (SQLite.swift requires version 1.0.0.beta.6 or greater.)
1. Verify that your copy of Xcode is installed in the default location (`/Application/Xcode.app`).

2. Make sure CocoaPods is [installed][CocoaPods Installation] (SQLite.swift requires version 1.0.0 or greater).

``` sh
# Using the default Ruby install will require you to use sudo when
# installing and updating gems.
sudo gem install --pre cocoapods
sudo gem install cocoapods
```

2. Update your Podfile to include the following:
3. Update your Podfile to include the following:

``` ruby
use_frameworks!

pod 'SQLite.swift', '~> 0.11.0'
```

3. Run `pod install`.
4. Run `pod install`.


#### Requiring a specific version of SQLite

Expand Down