File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
# SQLite.swift Documentation
2
2
3
3
- [ Installation] ( #installation )
4
+ - [ Carthage] ( #carthage )
4
5
- [ CocoaPods] ( #cocoapods )
5
6
- [ Manual] ( #manual )
6
7
- [ SQLCipher] ( #sqlcipher )
68
69
> _ Note:_ SQLite.swift requires Swift 2 (and [ Xcode 7] ( https://developer.apple.com/xcode/downloads/ ) ) or greater.
69
70
70
71
72
+ ### Carthage
73
+
74
+ [ Carthage] [ ] is a simple, decentralized dependency manager for Cocoa. To
75
+ install SQLite.swift with Carthage:
76
+
77
+ 1 . Make sure Carthage is [ installed] [ Carthage Installation ] .
78
+
79
+ 2 . Update your Cartfile to include the following:
80
+
81
+ ```
82
+ github "stephencelis/SQLite.swift" "master"
83
+ ```
84
+
85
+ 3. Run `carthage update` and [add the appropriate framework][Carthage Usage].
86
+
87
+
88
+ [Carthage]: https://github.com/Carthage/Carthage
89
+ [Carthage Installation]: https://github.com/Carthage/Carthage#installing-carthage
90
+ [Carthage Usage]: https://github.com/Carthage/Carthage#adding-frameworks-to-an-application
91
+
92
+
71
93
### CocoaPods
72
94
73
95
[CocoaPods][] is a dependency manager for Cocoa projects. To install SQLite.swift with CocoaPods:
You can’t perform that action at this time.
0 commit comments