6 curated breaking changes across major versions of SnapKit. Use this as a migration checklist before bumping dependencies.
Debug labels must now use a function rather than a property. `snp.label = ""` is now `snp.setLabel("")`
iOS 7.0 support has been removed
`install` and `uninstall` have been deprecated, use `activate` and `deactivate` instead
DSL is now accessed through `.snp.*` rather than `.snp_*`. For example `view.snp.makeConstraints { }`
Get this data programmatically \u2014 free, no authentication.
curl https://depscope.dev/api/breaking/cocoapods/SnapKitConstraints are now updated through `update(offset:)`, `update(inset:)` and `update(priority:)`
`.inset()` will no longer take `CGPoint` or `CGSize` as input