blob: 216f4be1851d27c7876a02564e005a8979fe2a1d [file] [log] [blame]
{
"name": "WQCustomComponent",
"version": "0.0.5",
"summary": "私人总结的插件",
"description": "私人总结的一些小插件,欢迎使用并指正,谢谢。",
"homepage": "https://github.com/WQiOS/WQCustomComponent",
"license": "MIT",
"authors": {
"王强": "1570375769@qq.com"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source": {
"git": "https://github.com/WQiOS/WQCustomComponent.git",
"tag": "0.0.5"
},
"ios": {
"frameworks": "UIKit"
},
"subspecs": [
{
"name": "WQDanmakuView",
"source_files": "WQCustomComponent/WQDanmakuView/*.{h,m}"
},
{
"name": "WQWebview",
"source_files": "WQCustomComponent/WQWebview/*.{h,m}"
},
{
"name": "WQScreenshotDrawView",
"source_files": "WQCustomComponent/WQScreenshotDrawView/*.{h,m}"
},
{
"name": "WQCacheManage",
"source_files": "WQCustomComponent/WQCacheManage/*.{h,m}"
},
{
"name": "WQCAEmitterButton",
"source_files": "WQCustomComponent/WQCAEmitterButton/*.{h,m}"
}
]
}