blob: 4281ea3f65d28809844e4670f79eab3834f05c3c [file] [log] [blame]
{
"name": "YQLoadingView",
"version": "0.0.7",
"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": "0.0.7"
},
"requires_arc": true,
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
],
"subspecs": [
{
"name": "Resources",
"source_files": "YQLoadingView/Resources/*.{h,m}",
"resources": "YQLoadingView/Resources/YQLoadingView.bundle"
},
{
"name": "Code",
"source_files": "YQLoadingView/Code/*",
"public_header_files": "YQLoadingView/Code/*.h",
"dependencies": {
"YQLoadingView/Resources": [
]
}
}
]
}