[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 9 / 1 / c / MLBCoreModule / 0.1.20 / MLBCoreModule.podspec.json
blobdb114c59d939ebdc8be8ac9ec1bc051a3b32d08b
2   "name": "MLBCoreModule",
3   "version": "0.1.20",
4   "summary": "核心组件",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://gitee.com/marsdan",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "z994489675@qq.com": "994489675@qq.com"
13   },
14   "source": {
15     "git": "https://gitee.com/marsdan/MLBCoreModule.git",
16     "tag": "0.1.20"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "MLBCoreModule/MLBCoreModule/*",
23   "subspecs": [
24     {
25       "name": "Const",
26       "public_header_files": "MLBCoreModule/MLBCoreModule/Const/*.h",
27       "source_files": "MLBCoreModule/MLBCoreModule/Const/*"
28     },
29     {
30       "name": "Category",
31       "source_files": "MLBCoreModule/MLBCoreModule/Category/*.{h,m}"
32     },
33     {
34       "name": "BaseClass",
35       "source_files": "MLBCoreModule/MLBCoreModule/BaseClass/*.{h,m}"
36     }
37   ]