blob: 5bff65958a6f16ef535f9bea27eef8216d209a51 [file] [log] [blame]
{
"name": "EasyDimensions",
"version": "0.2",
"summary": "Category on UIView to easily set and get frames",
"description": " A category on UIView that makes it easy to get and set the frame properties. Also available is a developing list of other boilerplate UIView methods.\n\n * Set and get frames\n * Easily access properties of the frame of the view\n * Perform simple UIView animation tasks\n",
"homepage": "https://github.com/ravikvss/EasyDimensions",
"license": "MIT",
"authors": {
"Ravi Kondapalli": "kvss.ravi@gmail.com"
},
"source": {
"git": "https://github.com/ravikvss/EasyDimensions.git",
"tag": "0.2"
},
"social_media_url": "https://twitter.com/kvssravi",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes",
"resources": null,
"frameworks": "UIKit"
}