blob: 6695038ee51b655a00eef6216a4695a13928463d [file] [log] [blame]
{
"name": "HKCommonModule",
"version": "0.1.5",
"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.5"
},
"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/**/*"
}
]
}