2 "name": "MissingAnchors",
4 "summary": "Backport of Apple NSLayoutAnchor API to iOS7 and some missings like `sizeAnchor` and `edgesAnchor`",
5 "description": "Backport of Apple NSLayoutAnchor API to iOS7 and some missings\nlike `sizeAnchor` and `edgesAnchor`. Also introduced modern\npattern to create and activate several constraints.",
6 "homepage": "https://github.com/k06a/MissingAnchors",
9 "Anton Bukov": "k06aaa@gmail.com"
12 "git": "https://github.com/k06a/MissingAnchors.git",
15 "social_media_url": "https://twitter.com/k06a",
20 "default_subspecs": "MissingAnchors",
23 "name": "MissingAnchors",
24 "source_files": "Pod/Classes/*",
25 "public_header_files": "Pod/Classes/*.{h}"
28 "name": "NSLayoutAnchor",
29 "source_files": "Pod/Classes/ABLayoutAnchor/*",
30 "public_header_files": "Pod/Classes/ABLayoutAnchor/*.{h}"