[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / c / e / a / CommonLibs / 0.1.2.5 / CommonLibs.podspec.json
blob7f7c14801d6cda9ba3d954a96f204c185347b83a
2   "name": "CommonLibs",
3   "version": "0.1.2.5",
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     "MapKit"
26   ],
27   "xcconfig": {
28     "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
29   },
30   "libraries": "xml2",
31   "dependencies": {
32     "AFNetworking": [
34     ],
35     "SDWebImage": [
37     ],
38     "MBProgressHUD": [
40     ],
41     "Masonry": [
43     ],
44     "DACircularProgress": [
46     ]
47   },
48   "subspecs": [
49     {
50       "name": "YYUtility",
51       "source_files": "CommonLib/YYUtility/**/*.{h,m}",
52       "public_header_files": "CommonLib/YYUtility/**/*.h"
53     },
54     {
55       "name": "YYModel",
56       "dependencies": {
57         "CommonLibs/YYUtility": [
59         ]
60       },
61       "source_files": "CommonLib/YYModel/**/*.{h,m}",
62       "public_header_files": "CommonLib/YYModel/**/*.h"
63     },
64     {
65       "name": "YYCache",
66       "dependencies": {
67         "CommonLibs/YYUtility": [
69         ]
70       },
71       "source_files": "CommonLib/YYCache/**/*.{h,m}",
72       "public_header_files": "CommonLib/YYCache/**/*.h"
73     },
74     {
75       "name": "Aloha",
76       "dependencies": {
77         "CommonLibs/YYUtility": [
79         ],
80         "CommonLibs/YYModel": [
82         ],
83         "CommonLibs/YYCache": [
85         ]
86       },
87       "source_files": "CommonLib/Aloha/AlohaKit.h",
88       "public_header_files": "CommonLib/Aloha/AlohaKit.h",
89       "subspecs": [
90         {
91           "name": "BaseView",
92           "source_files": "CommonLib/Aloha/BaseView/**/*.{h,m}",
93           "public_header_files": "CommonLib/Aloha/BaseView/**/*.h"
94         },
95         {
96           "name": "Utils",
97           "dependencies": {
98             "CommonLibs/Aloha/BaseView": [
100             ]
101           },
102           "source_files": "CommonLib/Aloha/Utils/**/*.{h,m}",
103           "public_header_files": "CommonLib/Aloha/Utils/**/*.h"
104         },
105         {
106           "name": "Network",
107           "dependencies": {
108             "CommonLibs/Aloha/BaseView": [
110             ],
111             "CommonLibs/Aloha/Utils": [
113             ]
114           },
115           "source_files": "CommonLib/Aloha/Network/**/*.{h,m}",
116           "public_header_files": "CommonLib/Aloha/Network/**/*.h"
117         }
118       ]
119     },
120     {
121       "name": "MLPhotoLib",
122       "dependencies": {
123         "CommonLibs/YYUtility": [
125         ],
126         "CommonLibs/Aloha": [
128         ]
129       },
130       "source_files": "CommonLib/MLPhotoLib/**/*.{h,m}",
131       "public_header_files": "CommonLib/MLPhotoLib/**/*.h",
132       "resources": "CommonLib/MLPhotoLib/**/*.{bundle,xib}"
133     },
134     {
135       "name": "RAlertView",
136       "dependencies": {
137         "CommonLibs/YYUtility": [
139         ]
140       },
141       "source_files": "CommonLib/RAlertView/**/*.{h,m}",
142       "public_header_files": "CommonLib/RAlertView/**/*.h"
143     },
144     {
145       "name": "WebPageCache",
146       "dependencies": {
147         "CommonLibs/YYUtility": [
149         ]
150       },
151       "source_files": "CommonLib/WebPageCache/**/*.{h,m}",
152       "public_header_files": "CommonLib/WebPageCache/**/*.h"
153     }
154   ]