blob: b2fbbbd72dd0cb031b437000d962eaf10098b77a [file] [log] [blame]
{
"name": "QYHCustomView",
"version": "0.0.8",
"summary": "各种自定义view,ProgressHUD & AlertView",
"description": "各种自定义view,ProgressHUD & AlertView",
"homepage": "https://github.com/qiuyh/QYHCustomView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Qiu": "1039724903@qq.com"
},
"platforms": {
"ios": "9.0"
},
"source": {
"git": "https://github.com/qiuyh/QYHCustomView.git",
"tag": "0.0.8"
},
"requires_arc": true,
"dependencies": {
"Masonry": [
"1.1.0"
],
"MBProgressHUD": [
"1.1.0"
]
},
"prefix_header_file": "QYHCustomView/Classes/General/Macros/QYHPrefixHeader.pch",
"subspecs": [
{
"name": "Classes",
"source_files": "QYHCustomView/Classes/**/*.{h,m}"
}
]
}