blob: f694b73d660d9db16a611bea474eb4d390e6212d [file] [log] [blame]
{
"name": "Visually",
"version": "1.0.0",
"summary": "Swift library, that utilizes custom operators to enable creating autolayout constraints in typesafe and expressive manner.",
"description": "Swift library, that utilizes custom operators to enable creating autolayout constraints in typesafe and expressive manner.\nIt works similarly to visual format available in UIKit, however it doesn't rely on strings and doesn't require creating either\nviews or metrics dictionaries.",
"homepage": "https://github.com/lukkas/Visually",
"license": "MIT",
"authors": {
"Lukasz Kasperek": "luk.kasperek@gmail.com"
},
"social_media_url": "http://twitter.com/LukaszKasperek",
"swift_version": "4.1",
"platforms": {
"ios": "9.0",
"osx": "10.11",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/lukkas/Visually.git",
"tag": "1.0.0"
},
"source_files": "Visually",
"ios": {
"frameworks": "UIKit"
},
"osx": {
"frameworks": "AppKit"
},
"tvos": {
"frameworks": "UIKit"
}
}