blob: 1b67dd0937605ed79c73022a8b1f20ebbdde991c [file] [log] [blame]
{
"name": "YVAnchor",
"version": "0.1.2",
"summary": "Syntax sugar for working with anchors in swift.",
"swift_versions": "4.0",
"description": "Now you will never ever forget to activate your constraint or set `translatesAutoresizingMaskIntoConstraints` parameter 😜",
"homepage": "https://github.com/Shadberrow/YVAnchor",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Shadberrow": "veret.evg@gmail.com"
},
"source": {
"git": "https://github.com/Shadberrow/YVAnchor.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "YVAnchor/Classes/**/*",
"frameworks": "UIKit",
"swift_version": "4.0"
}