blob: 15942bf531a2b4cf71100492dbad9388054ce986 [file] [log] [blame]
{
"name": "WSMultiDirectionButton",
"version": "0.1.1",
"summary": "WSMultiDirectionButton, a subclass of UIButton that supported multi-direction about image and title.",
"description": "WSMultiDirectionButton, a subclass of UIButton that supported multi-direction about image and title.\n* Fully support code interation and Interface Builder design\n* You can adjust the button to default left-to-right,right-toleft,vertical modes.And also the spacing between image view and label. So easy to do this in IB",
"homepage": "https://github.com/Wilson2014/WSMultiDirectionButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Wilson": "xue_minghao@qq.com"
},
"source": {
"git": "https://github.com/Wilson2014/WSMultiDirectionButton.git",
"tag": "0.1.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "WSMultiDirectionButton/Classes/**/*",
"frameworks": [
"UIKit",
"MapKit"
]
}