blob: ffb15fde67cfda441bc5480ef03551ef4430059d [file] [log] [blame]
{
"name": "JHButton",
"version": "1.3.1",
"summary": "自定义图文按钮,使用masonry.",
"description": "图文按钮.",
"homepage": "https://github.com/jackiehu/",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"HU": "814030966@qq.com"
},
"source": {
"git": "https://github.com/jackiehu/JHButton.git",
"tag": "1.3.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JHButton/JHButton/JHButton/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}