blob: a1f3313659a2185f228b74354d244b95514af7e7 [file] [log] [blame]
{
"name": "ExpressConstraints",
"version": "1.0.0",
"summary": "Lightweight layout framework for Swift and Objective-C.",
"homepage": "https://github.com/erlswtshrt/ExpressConstraints",
"description": "Express Constraints is a lightweight layout / constraint framework for Swift and Objective-C. In other words, a programatic alternative to the Storyboard! The implementation is a thin wrapper on NSConstraints offered as a UIView extension.",
"license": {
"type": "MIT",
"file": "LICENSE.txt"
},
"authors": {
"John Earle": "johnearle01@gmail.com"
},
"social_media_url": "https://twitter.com/mangomoscato",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/erlswtshrt/ExpressConstraints.git",
"tag": "v1.0.0"
},
"source_files": "ExpressConstraints/UIView+ExpressConstraints.swift",
"swift_version": "3.2"
}