blob: 9c9209898ca0e2f72749af8ae4b57f3662ea2acc [file] [log] [blame]
{
"name": "VisualAnchors",
"version": "1.1.0",
"summary": "An easier way to programmatically use constraints in Swift with iOS8+.",
"description": "VisualAnchors is a library that aims to allow developers to programmatically use constraints in an easier way than the officially-documented way.\n\nIt extends UIView by adding an attribute containing the anchors of the view (leading, trailing, top, ...). You just have to assign an anchor to an other following the notation `anchor1 = constant + anchor2 * multiplier`.",
"homepage": "https://github.com/Creatiwity/VisualAnchors",
"license": "MIT",
"authors": {
"Julien Blatecky": "julien.blatecky@creatiwity.net"
},
"source": {
"git": "https://github.com/Creatiwity/VisualAnchors.git",
"tag": "1.1.0"
},
"social_media_url": "https://twitter.com/CreatiwitySAS",
"platforms": {
"ios": "8.0"
},
"source_files": "VisualAnchors/Classes/**/*",
"frameworks": "UIKit"
}