blob: a62c5f7336a4f6e890ab78d813015d9dec882eab [file] [log] [blame]
{
"name": "HKCommonModule",
"version": "0.1.2",
"summary": "一个项目通用组件module",
"description": "TODO: Add long description of the pod here.",
"homepage": "https://github.com/inoryshu/HKCommonModule",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"inoryshu": "inoryxun@gmail.com"
},
"source": {
"git": "https://github.com/inoryshu/HKCommonModule.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "HKCommonModule/Classes/HKCommonModuleHeader.h",
"subspecs": [
{
"name": "HKCategory",
"source_files": "HKCommonModule/Classes/HKCategory/**/*"
},
{
"name": "HKCommon",
"source_files": "HKCommonModule/Classes/HKCommon/**/*"
}
]
}