[Add] ZMarkupParser 1.12.0
[CocoaPods.git] / Specs / 8 / 4 / 1 / HKCommonModule / 0.1.4 / HKCommonModule.podspec.json
blobbafb3528698056e839c82e6a208e3510b11519ab
2   "name": "HKCommonModule",
3   "version": "0.1.4",
4   "summary": "一个项目通用组件module",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/inoryshu/HKCommonModule",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "inoryshu": "inoryxun@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/inoryshu/HKCommonModule.git",
16     "tag": "0.1.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HKCommonModule/Classes/HKCommonModuleHeader.h",
22   "subspecs": [
23     {
24       "name": "HKCategory",
25       "source_files": "HKCommonModule/Classes/HKCategory/**/*"
26     },
27     {
28       "name": "HKCommon",
29       "source_files": "HKCommonModule/Classes/HKCommon/**/*"
30     }
31   ]