blob: 09cc0985de61e64376e8632a20852b188d21456b [file] [log] [blame]
{
"name": "LPViewBorderMaker",
"version": "0.0.2",
"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": "0.0.2"
},
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "LPViewBorderMaker/*",
"frameworks": [
"Foundation",
"UIKit"
]
}