blob: ce1fd1004db423bf937a28c4ddc1d5e75e08faae [file] [log] [blame]
{
"name": "YQLoadingView",
"version": "1.0.0",
"summary": "基于MBHUD封装的一个加载器。",
"homepage": "https://github.com/a770322699/YQLoadingView",
"license": "MIT",
"authors": {
"YiQuan": "770322699@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/a770322699/YQLoadingView.git",
"tag": "1.0.0"
},
"requires_arc": true,
"resources": "YQLoadingView/Resources/YQLoadingView.bundle",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"subspecs": [
{
"name": "Resources",
"source_files": "YQLoadingView/Resources/*.{h,m}"
},
{
"name": "Code",
"source_files": "YQLoadingView/Code/*",
"public_header_files": "YQLoadingView/Code/*.h",
"dependencies": {
"YQLoadingView/Resources": [
]
}
}
]
}