blob: 0840de0d3ae462fc097da92bb245e7280f791302 [file] [log] [blame]
{
"name": "UIView+MGConstraints",
"version": "1.2",
"summary": "Category which allows to store, remove and replace easily constraints.",
"homepage": "https://github.com/matteogobbi/UIView-MGConstraints",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Matteo Gobbi": "job@matteogobbi.com"
},
"source": {
"git": "https://github.com/matteogobbi/UIView-MGConstraints.git",
"tag": "1.2"
},
"platforms": {
"ios": "6.0"
},
"source_files": "UIView+MGConstraints.{h,m}",
"frameworks": "UIKit",
"requires_arc": true
}