Skip to content

Commit 94de489

Browse files
author
Jan Chaloupecky
committed
readme
1 parent c169b52 commit 94de489

1 file changed

Lines changed: 16 additions & 0 deletions

File tree

README.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,22 @@ use_frameworks!
3939
pod 'YYDebugDatabase'
4040
```
4141

42+
#### Carthage
43+
44+
- Cartfile
45+
46+
```
47+
github "y500/iOSDebugDatabase"
48+
```
49+
50+
- run `carthage update`
51+
52+
- Add all three `.frameworks` to your target "Embedd Frameworks" Build Phase:
53+
- `iOSDebugDatabase.framework`
54+
- `FMDB.framework`
55+
- `GCDWebServers.framework`
56+
57+
4258
#### Not build in Release
4359

4460
First, add configurations in Podfile.

0 commit comments

Comments
 (0)