blob: 2704f11c69097b0cde84061845f59da4a74c9d09 [file] [log] [blame]
{
"name": "VDCommon",
"version": "1.0.0",
"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.0"
},
"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}"
]
}
]
}