blob: 8ce34f7d9051eeebecf51803fbc843a7fa71dfa7 [file] [log] [blame]
{
"name": "ConstrainTo",
"platforms": {
"ios": "8.0"
},
"summary": "ConstrainTo is a simple and tiny AutoLayout DSL",
"version": "0.3",
"homepage": "https://github.com/ObjColumnist/ConstrainTo",
"authors": {
"Spencer MacDonald": "spencer.macdonald@gmail.com"
},
"license": {
"type": "BSD (3-clause)",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/ObjColumnist/ConstrainTo.git",
"tag": "0.3"
},
"source_files": "ConstrainTo/*.swift",
"frameworks": "UIKit",
"requires_arc": true
}