4 "summary": "An easier way to code Autolayout.",
5 "description": "An easier way to code Autolayout\n* Are you annoyed of coding `.active = true` while using Autolayout Anchors over and over again?\n* Are you annoyed of coding such long constraint sentence `refreshView.heightAnchor.constraint(equalToConstant: self.refreshViewHeight).isActive = true` over and over again?\n* Check the following elegant way to code Autolayout:\n* viewA.leading == view.leading\n* viewA.leading == view.leading + 10\n* viewA.height == view.height * 0.1 - 10\n* viewA.leading == (view.leading + 0.1) ^ .defaultLow",
6 "homepage": "https://github.com/alexliubj/EZAnchor",
7 "screenshots": "https://raw.githubusercontent.com/alexliubj/EZAnchor/master/Logo.png",
13 "Alex Liu": "alexliubo@gmail.com"
15 "swift_version": "4.2",
20 "git": "https://github.com/alexliubj/EZAnchor.git",