blob: 574f9c2a2161469ec2e44f8f9341a3860d1463ae [file] [log] [blame]
{
"name": "VDCommon",
"version": "1.0.7",
"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.7"
},
"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}"
]
}
]
}