blob: 0a250de052d9695412b4c4a79ca38cafaac3a2d2 [file] [log] [blame]
{
"name": "FRLLayoutConstraint",
"version": "0.1.0",
"summary": "An Objective-C category of UIView that presents convenient ways to use NSLayoutConstraint.",
"homepage": "https://github.com/FrogLab/FRLLayoutConstraint-ObjC",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"TheQuarter": "thequarter.windblended@gmail.com"
},
"source": {
"git": "https://github.com/FrogLab/FRLLayoutConstraint-ObjC.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "6.0"
},
"source_files": "FRLLayoutConstraint/UIView+FRLLayoutConstraint.{h,m}"
}