[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 1 / 0 / JLYKit / 0.7.0 / JLYKit.podspec.json
blobb9ebedd1c1b1ca596c1cfd76b2dc24d7c46f80e8
2   "name": "JLYKit",
3   "version": "0.7.0",
4   "license": "MIT",
5   "summary": "A simple framework on iOS.",
6   "homepage": "https://github.com/HappyiOSYuan/JLYKit",
7   "authors": {
8     "宁袁": "1294752518@qq.com"
9   },
10   "source": {
11     "git": "https://github.com/HappyiOSYuan/JLYKit.git",
12     "tag": "0.7.0"
13   },
14   "requires_arc": true,
15   "platforms": {
16     "ios": "8.0"
17   },
18   "frameworks": [
19     "UIKit",
20     "ImageIO",
21     "QuartzCore",
22     "Security",
23     "CoreGraphics",
24     "Foundation",
25     "SystemConfiguration"
26   ],
27   "dependencies": {
28     "SDWebImage": [
30     ]
31   },
32   "subspecs": [
33     {
34       "name": "Config",
35       "source_files": "JLYKit/Classes/Config/**/*.{h,m}",
36       "dependencies": {
37         "Reachability": [
39         ],
40         "MLInputDodger": [
41           "~>1.4.0"
42         ],
43         "SDAutoLayout": [
45         ],
46         "Masonry": [
48         ],
49         "SVProgressHUD": [
51         ],
52         "JDStatusBarNotification": [
54         ],
55         "JLYKit/UIExtensions": [
57         ],
58         "JLYKit/Vender": [
60         ],
61         "JLYKit/AppUtils": [
63         ],
64         "JLYKit/JLYLaunchAnimation": [
66         ],
67         "JLYKit/JLYVIPER": [
69         ],
70         "libextobjc": [
72         ]
73       }
74     },
75     {
76       "name": "AppDelegate",
77       "source_files": "JLYKit/Classes/AppDelegate/**/*.{h,m}",
78       "dependencies": {
79         "Reachability": [
81         ]
82       }
83     },
84     {
85       "name": "JLYBaseKit",
86       "source_files": "JLYKit/Classes/JLYBaseKit/{BaseTableViewCell,BaseTableViewDataSource,BaseViewController}/**/*.{h,m}",
87       "dependencies": {
88         "MJRefresh": [
90         ],
91         "JLYKit/Config": [
93         ],
94         "JLYKit/JLYVIPER": [
96         ],
97         "JLYKit/UIExtensions": [
99         ],
100         "JLYKit/FoundationExtensions": [
102         ],
103         "DGActivityIndicatorView": [
105         ]
106       }
107     },
108     {
109       "name": "JLYVIPER",
110       "source_files": "JLYKit/Classes/JLYVIPER/**/*.{h,m}",
111       "dependencies": {
112         "JLYKit/JLYURLRouter": [
114         ],
115         "JLYKit/UIExtensions": [
117         ],
118         "JLYKit/AppDelegate": [
120         ]
121       }
122     },
123     {
124       "name": "JLYBaseViewModel",
125       "source_files": "JLYKit/Classes/JLYBaseViewModel/**/*.{h,m}",
126       "dependencies": {
127         "JLYKit/JLYURLRouter": [
129         ]
130       }
131     },
132     {
133       "name": "JLYNetworking",
134       "source_files": "JLYKit/Classes/JLYNetworking/**/*.{h,m}",
135       "dependencies": {
136         "AFNetworking": [
138         ],
139         "JLYKit/FoundationExtensions": [
141         ]
142       }
143     },
144     {
145       "name": "UIExtensions",
146       "source_files": "JLYKit/Classes/UIExtensions/**/*.{h,m}",
147       "dependencies": {
148         "JDStatusBarNotification": [
150         ],
151         "JLYKit/FoundationExtensions": [
153         ],
154         "SVProgressHUD": [
156         ]
157       }
158     },
159     {
160       "name": "FoundationExtensions",
161       "source_files": "JLYKit/Classes/FoundationExtensions/**/*.{h,m}"
162     },
163     {
164       "name": "JLYURLRouter",
165       "source_files": "JLYKit/Classes/JLYURLRouter/**/*.{h,m}"
166     },
167     {
168       "name": "Vender",
169       "source_files": "JLYKit/Classes/Vender/{JLYAlert,JLYCountDownButton,JLYForm,JLYGrowingTextView,JLYMaterialTextFeild,JLYPopMenu,RMActionController,JLYNavigationSubtitleView,JLYSegmentControl,JLYDatePickerView}/**/*.{h,m}",
170       "dependencies": {
171         "SDAutoLayout": [
173         ],
174         "JLYKit/FoundationExtensions": [
176         ],
177         "libextobjc": [
179         ]
180       }
181     },
182     {
183       "name": "JLYLaunchAnimation",
184       "source_files": "JLYKit/Classes/JLYLaunchAnimation/**/*.{h,m}"
185     },
186     {
187       "name": "YYModel",
188       "source_files": "JLYKit/Classes/YYModel/**/*.{h,m}"
189     },
190     {
191       "name": "AppUtils",
192       "source_files": "JLYKit/Classes/AppUtils/**/*.{h,m}",
193       "dependencies": {
194         "JLYKit/FoundationExtensions": [
196         ],
197         "JLYKit/UIExtensions": [
199         ],
200         "SVProgressHUD": [
202         ]
203       }
204     }
205   ]