blob: 30b4496a6df4b3cc36a649fc51c275d977d865b2 [file] [log] [blame]
{
"name": "UIView-AutoLayoutView",
"version": "1.0.2",
"summary": "A small Objective-C category on `UIView` that creates a UIView object that is ready to be used in programmatic AutoLayout.",
"homepage": "https://github.com/ArtSabintsev/UIView-AutoLayoutView",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/ArtSabintsev/UIView-AutoLayoutView.git",
"tag": "1.0.2"
},
"source_files": "UIView+AutoLayoutView/*.{h,m}",
"requires_arc": true,
"authors": {
"Arthur Ariel Sabintsev": "arthur@sabintsev.com"
},
"license": "MIT"
}