[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / c / e / a / CommonLibs / 0.1.2.4 / CommonLibs.podspec.json
blobc166db5a24624c7a57967a07b6d913bf43634b8e
2   "name": "CommonLibs",
3   "version": "0.1.2.4",
4   "summary": "通用组件",
5   "description": "通用组件",
6   "homepage": "https://www.58daojia.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhangxiaoqiao": "zhangxiaoqiao@daojia.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "requires_arc": true,
18   "source": {
19     "git": "http://git.daojia-inc.com/cswebsite/ios-CommonLib.git",
20     "branch": "developer"
21   },
22   "frameworks": [
23     "UIKit",
24     "CoreFoundation"
25   ],
26   "xcconfig": {
27     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
28   },
29   "libraries": "xml2",
30   "dependencies": {
31     "AFNetworking": [
33     ],
34     "SDWebImage": [
36     ],
37     "MBProgressHUD": [
39     ],
40     "Masonry": [
42     ],
43     "DACircularProgress": [
45     ]
46   },
47   "subspecs": [
48     {
49       "name": "YYUtility",
50       "source_files": "CommonLib/YYUtility/**/*.{h,m}",
51       "public_header_files": "CommonLib/YYUtility/**/*.h"
52     },
53     {
54       "name": "YYModel",
55       "dependencies": {
56         "CommonLibs/YYUtility": [
58         ]
59       },
60       "source_files": "CommonLib/YYModel/**/*.{h,m}",
61       "public_header_files": "CommonLib/YYModel/**/*.h"
62     },
63     {
64       "name": "YYCache",
65       "dependencies": {
66         "CommonLibs/YYUtility": [
68         ]
69       },
70       "source_files": "CommonLib/YYCache/**/*.{h,m}",
71       "public_header_files": "CommonLib/YYCache/**/*.h"
72     },
73     {
74       "name": "Aloha",
75       "dependencies": {
76         "CommonLibs/YYUtility": [
78         ],
79         "CommonLibs/YYModel": [
81         ],
82         "CommonLibs/YYCache": [
84         ]
85       },
86       "source_files": "CommonLib/Aloha/AlohaKit.h",
87       "public_header_files": "CommonLib/Aloha/AlohaKit.h",
88       "subspecs": [
89         {
90           "name": "BaseView",
91           "source_files": "CommonLib/Aloha/BaseView/**/*.{h,m}",
92           "public_header_files": "CommonLib/Aloha/BaseView/**/*.h"
93         },
94         {
95           "name": "Utils",
96           "dependencies": {
97             "CommonLibs/Aloha/BaseView": [
99             ]
100           },
101           "source_files": "CommonLib/Aloha/Utils/**/*.{h,m}",
102           "public_header_files": "CommonLib/Aloha/Utils/**/*.h"
103         },
104         {
105           "name": "Network",
106           "dependencies": {
107             "CommonLibs/Aloha/BaseView": [
109             ],
110             "CommonLibs/Aloha/Utils": [
112             ]
113           },
114           "source_files": "CommonLib/Aloha/Network/**/*.{h,m}",
115           "public_header_files": "CommonLib/Aloha/Network/**/*.h"
116         }
117       ]
118     },
119     {
120       "name": "MLPhotoLib",
121       "dependencies": {
122         "CommonLibs/YYUtility": [
124         ],
125         "CommonLibs/Aloha": [
127         ]
128       },
129       "source_files": "CommonLib/MLPhotoLib/**/*.{h,m}",
130       "public_header_files": "CommonLib/MLPhotoLib/**/*.h",
131       "resources": "CommonLib/MLPhotoLib/**/*.{bundle,xib}"
132     },
133     {
134       "name": "RAlertView",
135       "dependencies": {
136         "CommonLibs/YYUtility": [
138         ]
139       },
140       "source_files": "CommonLib/RAlertView/**/*.{h,m}",
141       "public_header_files": "CommonLib/RAlertView/**/*.h"
142     },
143     {
144       "name": "WebPageCache",
145       "dependencies": {
146         "CommonLibs/YYUtility": [
148         ]
149       },
150       "source_files": "CommonLib/WebPageCache/**/*.{h,m}",
151       "public_header_files": "CommonLib/WebPageCache/**/*.h"
152     }
153   ]