blob: c493f5b915f2392a7abe8b4e440376dab1f26256 [file] [log] [blame]
{
"name": "CGXText",
"version": "0.0.1",
"summary": "a CGXText 菜单封装",
"description": "(腾讯新闻、今日头条、京东、爱奇艺等所有主流APP分类切换滚动视图) 封装",
"homepage": "https://github.com/974794055/CGXText",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"974794055": "974794055@qq.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/974794055/CGXText.git",
"tag": "0.0.1"
},
"requires_arc": true,
"public_header_files": [
"Base",
"Base/CGXText.h"
],
"source_files": [
"Base",
"Base/CGXText.h.h"
],
"subspecs": [
{
"name": "MenuB",
"source_files": "Base/MenuB/*.{h,m}"
},
{
"name": "MenuA",
"source_files": "Base/MenuA/*.{h,m}"
}
]
}