blob: 1f927527143069e04179c618e769daf8baa8cb57 [file] [log] [blame]
{
"name": "UIView-AutoLayoutView",
"version": "1.0.1",
"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.1"
},
"source_files": "UIView+AutoLayoutView/*.{h,m}",
"requires_arc": true,
"authors": {
"Arthur Ariel Sabintsev": "arthur@sabintsev.com"
},
"license": "MIT"
}