blob: 4f00eea2168d221a860022f455e7da191eaf1962 [file] [log] [blame]
{
"name": "VDCommon",
"version": "1.0.4",
"summary": "a common component",
"homepage": "https://github.com/VolientDuan/Common",
"license": "MIT",
"authors": {
"volientDuan": "volientduan@163.com"
},
"platforms": {
"ios": "8.0"
},
"frameworks": "UIKit",
"source": {
"git": "https://github.com/VolientDuan/Common.git",
"tag": "1.0.4"
},
"requires_arc": true,
"source_files": "Common/VDCommon/VDCommon.h",
"subspecs": [
{
"name": "Tool",
"platforms": {
"ios": "8.0"
},
"source_files": [
"Common/VDCommon/Tool/VDTool.h",
"Common/VDCommon/Tool/**/**.{h,m}"
]
},
{
"name": "Category",
"platforms": {
"ios": "8.0"
},
"source_files": [
"Common/VDCommon/Category/VDCategory.h",
"Common/VDCommon/Category/**/**.{h,m}"
]
},
{
"name": "Helper",
"platforms": {
"ios": "8.0"
},
"source_files": [
"Common/VDCommon/Helper/VDHelper.h",
"Common/VDCommon/Helper/**/**.{h,m}"
]
},
{
"name": "Animation",
"platforms": {
"ios": "8.0"
},
"source_files": [
"Common/VDCommon/Animation/VDAnimation.h",
"Common/VDCommon/Animation/**/**.{h,m}"
]
}
]
}