blob: d2002dd779c870f2526af8e52385377582738329 [file] [log] [blame]
{
"name": "JHButton",
"version": "0.3.0",
"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": "0.3.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "JHButton/JHButton/JHButton/**/*.{h,m}",
"frameworks": [
"UIKit",
"Foundation"
],
"requires_arc": true,
"dependencies": {
"Masonry": [
]
}
}