blob: c4529b8ae19ded030b7738655742d23fce60260c [file] [log] [blame]
{
"name": "LPViewBorderMaker",
"version": "1.0.0",
"summary": "UIView extension of making UIView borders",
"description": "UIView extension of making UIView borders via CAGradientLayer",
"homepage": "https://github.com/litt1e-p/LPViewBorderMaker",
"license": {
"type": "MIT"
},
"authors": {
"litt1e-p": "litt1e.p4ul@gmail.com"
},
"source": {
"git": "https://github.com/litt1e-p/LPViewBorderMaker.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "LPViewBorderMaker/*",
"frameworks": [
"Foundation",
"UIKit"
]
}