blob: f9eacb91e89ded35990bcdb5c5b764403293afcf [file] [log] [blame]
{
"name": "UIView+Frame",
"version": "1.0.2",
"summary": "UIView+Frame is a category for UIView which makes it easy to access frame properties .",
"description": "A longer description of UIView+FrameEx in Markdown format.\n\n* Think: Why did you write this? What is the focus? What does it do?\n* CocoaPods will be using this to generate tags, and improve search results.\n* Try to keep it short, snappy and to the point.\n* Finally, don't worry about the indent, CocoaPods strips it!",
"homepage": "https://github.com/jprothwell/UIView-FrameEx",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "zhouxiangzhong",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/jprothwell/UIView-FrameEx.git",
"tag": "1.0.2"
},
"source_files": "UIViewFrame/UIViewFrame/*.{h,m}"
}