blob: 30148394b63df52b9c8961a0a44ad055e1a9ea8b [file] [log] [blame]
{
"name": "MissingAnchors",
"version": "0.4.2",
"summary": "Backport of Apple NSLayoutAnchor API to iOS7 and some missings like `sizeAnchor` and `edgesAnchor`",
"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.",
"homepage": "https://github.com/k06a/MissingAnchors",
"license": "MIT",
"authors": {
"Anton Bukov": "k06aaa@gmail.com"
},
"source": {
"git": "https://github.com/k06a/MissingAnchors.git",
"tag": "0.4.2"
},
"social_media_url": "https://twitter.com/k06a",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"default_subspecs": "MissingAnchors",
"subspecs": [
{
"name": "MissingAnchors",
"source_files": "Pod/Classes/*",
"public_header_files": "Pod/Classes/*.{h}"
},
{
"name": "NSLayoutAnchor",
"source_files": "Pod/Classes/ABLayoutAnchor/*",
"public_header_files": "Pod/Classes/ABLayoutAnchor/*.{h}"
}
]
}