blob: 80788546537a61ab66c14f4b013a5449bd397f26 [file] [log] [blame]
{
"name": "YQLoadingView",
"version": "0.0.2",
"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.2"
},
"requires_arc": true,
"subspecs": [
{
"name": "Code",
"source_files": "YQLoadingView/Code/*",
"public_header_files": "YQLoadingView/Code/*.h",
"frameworks": [
"UIKit",
"Foundation",
"CoreGraphics"
]
},
{
"name": "Resources",
"source_files": "YQLoadingView/Resources/*"
}
]
}