[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / d / 7 / b / XLProjectPodSpec / 0.0.1 / XLProjectPodSpec.podspec.json
blobd8197092619fc26579b17f08ebb50d44a42ba077
2   "name": "XLProjectPodSpec",
3   "version": "0.0.1",
4   "summary": "XLProject所有项目的配置信息类",
5   "description": "XLProject是使用与一般所有项目的配置信息类",
6   "homepage": "https://gitee.com/xuelei163/XLProjectConfigure",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "RonBinSon": "18709264359@163.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://gitee.com/xuelei163/XLProjectConfigure.git",
19     "tag": "0.0.1"
20   },
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "source_files": [
24     "XLConfigure",
25     "XLConfigure/**/*.{h,m}"
26   ],
27   "subspecs": [
28     {
29       "name": "BaseClass",
30       "source_files": [
31         "XLConfigure/Base/*.{h,m}",
32         "XLConfigure/Category/UIImage+JPImage.{h,m}"
33       ],
34       "public_header_files": "XLConfigure/Base/*.h",
35       "dependencies": {
36         "Masonry": [
38         ],
39         "SDWebImage": [
41         ],
42         "DZNEmptyDataSet": [
44         ]
45       }
46     },
47     {
48       "name": "Category",
49       "source_files": "XLConfigure/Category/{*}+{*}.{h,m}",
50       "public_header_files": "XLConfigure/Category/{*}+{*}.h",
51       "dependencies": {
52         "SDWebImage": [
54         ]
55       }
56     },
57     {
58       "name": "JPTool",
59       "source_files": "XLConfigure/Tool/*.{h,m}",
60       "public_header_files": "XLConfigure/Tool/*.h"
61     },
62     {
63       "name": "RequestService",
64       "source_files": "XLConfigure/Net/*.{h,m}",
65       "public_header_files": "XLConfigure/Net/*.h",
66       "dependencies": {
67         "AFNetworking": [
69         ]
70       }
71     }
72   ]