We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c169b52 commit 94de489Copy full SHA for 94de489
1 file changed
README.md
@@ -39,6 +39,22 @@ use_frameworks!
39
pod 'YYDebugDatabase'
40
```
41
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
58
#### Not build in Release
59
60
First, add configurations in Podfile.
0 commit comments