blob: 27535e50408fc848b2f196b86d477f6655ba3b70 [file] [log] [blame]
{
"name": "YQLoadingView",
"version": "0.0.8",
"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.8"
},
"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": [
]
}
}
]
}