blob: 10b2d11f8ac44f621106d155b194e71bcda8dc89 [file] [log] [blame]
{
"name": "wyyCommon",
"version": "1.0.2",
"summary": "a common component",
"description": "私有Pods测试\n* sd 格式",
"homepage": "https://github.com/wyytai/wyyTools",
"license": "MIT",
"authors": {
"wyytai": "wyytai@qq.com"
},
"platforms": {
"ios": "8.0"
},
"frameworks": [
"UIKit",
"Foundation"
],
"source": {
"git": "https://github.com/wyytai/wyyTools.git",
"tag": "1.0.2"
},
"requires_arc": true,
"source_files": "Common/wyyCommon/VDCommon.h",
"subspecs": [
{
"name": "Tool",
"platforms": {
"ios": "8.0"
},
"source_files": [
"Common/wyyCommon/Tool/VDTool.h",
"Common/wyyCommon/Tool/**/**.{h,m}"
]
},
{
"name": "Category",
"platforms": {
"ios": "8.0"
},
"source_files": [
"Common/wyyCommon/Category/VDCategory.h",
"Common/wyyCommon/Category/**/**.{h,m}"
]
},
{
"name": "Helper",
"platforms": {
"ios": "8.0"
},
"source_files": [
"Common/wyyCommon/Helper/VDHelper.h",
"Common/wyyCommon/Helper/**/**.{h,m}"
]
}
]
}