File tree Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Expand file tree Collapse file tree 1 file changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -51,15 +51,23 @@ The methods in the UIConstraintBasedLayoutDebugging category on UIView listed in
51
51
I was tired of looking for constraints issues and realizing what was really the issue, so I created this mini tool for printing nicer constraints
52
52
53
53
## Installation
54
- ConstraintsMonitor is available through [ CocoaPods ] ( https://cocoapods.org ) . To install
55
- it, simply add the following line to your Podfile :
54
+
55
+ * [ CocoaPods ] ( https://guides.cocoapods.org/using/using-cocoapods.html ) :
56
56
57
57
``` ruby
58
58
pod ' ConstraintsMonitor'
59
59
```
60
60
61
+ * [ Swift Package Manager] ( https://swift.org/package-manager/ ) :
62
+
63
+ ``` swift
64
+ dependencies: [
65
+ .package (url : " https://github.com/FranDepascuali/ConstraintsMonitor.git" , from : " 1.0.1" )
66
+ ]
67
+ ```
68
+
61
69
## Usage
62
- Just by having this lib, you will see nicer constraints warnings
70
+ Just by including this lib in your project , you will see nicer constraints warnings
63
71
64
72
## Key Features
65
73
* Use an identifier for the constraint if supplied.
@@ -70,7 +78,7 @@ Just by having this lib, you will see nicer constraints warnings
70
78
By overriding the description property of the ` NSLayoutConstraint ` involved, we have a nicer way of viewing constraints.
71
79
72
80
## Author
73
- You can check my blog at https://deep-thought.netlify.com/ or @FranDepascuali in twitter.
81
+ You can check my blog at https://deep-thought.netlify.com/ or [ @FranDepascuali ] ( https://twitter.com/FranDepascuali ) in twitter.
74
82
75
83
## License
76
84
ConstraintsMonitor is available under the MIT license. See the LICENSE file for more info.
You can’t perform that action at this time.
0 commit comments