blob: 5357471c104c83d65153cd694f2e57fe61ba546b [file] [log] [blame]
{
"name": "MSViewBorder",
"version": "1.0.2",
"summary": "添加任意方向边框",
"description": "给view添加任意方向边框",
"homepage": "https://github.com/msbaby520/MSViewBorder",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"ms": "msbaby_jason@163.com"
},
"platforms": {
"ios": "7.0"
},
"source": {
"git": "https://github.com/msbaby520/MSViewBorder.git",
"tag": "1.0.2"
},
"source_files": [
"Classes",
"MSViewBorder/MSViewBorder/Classes/**/*.{h,m}"
],
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Masonry": [
]
}
}