File tree Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Expand file tree Collapse file tree 2 files changed +4
-6
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ install SQLite.swift with Carthage:
78
78
2 . Update your Cartfile to include the following:
79
79
80
80
```
81
- github "stephencelis/SQLite.swift" "master"
81
+ github "stephencelis/SQLite.swift" ~> 0.9.0
82
82
```
83
83
84
84
3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
@@ -100,8 +100,7 @@ install SQLite.swift with Carthage:
100
100
``` ruby
101
101
use_frameworks!
102
102
103
- pod 'SQLite.swift',
104
- git: 'https://github.com/stephencelis/SQLite.swift.git'
103
+ pod 'SQLite.swift', '~> 0.9.0'
105
104
```
106
105
107
106
3. Run `pod install`.
Original file line number Diff line number Diff line change @@ -124,7 +124,7 @@ install SQLite.swift with Carthage:
124
124
2 . Update your Cartfile to include the following:
125
125
126
126
```
127
- github "stephencelis/SQLite.swift" "master"
127
+ github "stephencelis/SQLite.swift" ~> 0.9.0
128
128
```
129
129
130
130
3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
@@ -148,8 +148,7 @@ SQLite.swift with CocoaPods:
148
148
``` ruby
149
149
use_frameworks!
150
150
151
- pod 'SQLite.swift',
152
- git: 'https://github.com/stephencelis/SQLite.swift.git'
151
+ pod 'SQLite.swift', '~> 0.9.0'
153
152
```
154
153
155
154
3. Run `pod install`.
You can’t perform that action at this time.
0 commit comments