[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 1 / 0 / JLYKit / 0.7.2 / JLYKit.podspec.json
blobb322cf70a325e6e0fd7b3842d2e75035f9959d4d
2   "name": "JLYKit",
3   "version": "0.7.2",
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.2"
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         "JLYKit/UIExtensions": [
54         ],
55         "JLYKit/Vender": [
57         ],
58         "JLYKit/AppUtils": [
60         ],
61         "JLYKit/JLYLaunchAnimation": [
63         ],
64         "JLYKit/JLYVIPER": [
66         ],
67         "libextobjc": [
69         ]
70       }
71     },
72     {
73       "name": "AppDelegate",
74       "source_files": "JLYKit/Classes/AppDelegate/**/*.{h,m}",
75       "dependencies": {
76         "Reachability": [
78         ]
79       }
80     },
81     {
82       "name": "JLYBaseKit",
83       "source_files": "JLYKit/Classes/JLYBaseKit/{BaseTableViewCell,BaseTableViewDataSource,BaseViewController}/**/*.{h,m}",
84       "dependencies": {
85         "MJRefresh": [
87         ],
88         "JLYKit/Config": [
90         ],
91         "JLYKit/JLYVIPER": [
93         ],
94         "JLYKit/UIExtensions": [
96         ],
97         "JLYKit/FoundationExtensions": [
99         ],
100         "DGActivityIndicatorView": [
102         ]
103       }
104     },
105     {
106       "name": "JLYVIPER",
107       "source_files": "JLYKit/Classes/JLYVIPER/**/*.{h,m}",
108       "dependencies": {
109         "JLYKit/JLYURLRouter": [
111         ],
112         "JLYKit/UIExtensions": [
114         ],
115         "JLYKit/AppDelegate": [
117         ]
118       }
119     },
120     {
121       "name": "JLYBaseViewModel",
122       "source_files": "JLYKit/Classes/JLYBaseViewModel/**/*.{h,m}",
123       "dependencies": {
124         "JLYKit/JLYURLRouter": [
126         ]
127       }
128     },
129     {
130       "name": "JLYNetworking",
131       "source_files": "JLYKit/Classes/JLYNetworking/**/*.{h,m}",
132       "dependencies": {
133         "AFNetworking": [
135         ],
136         "JLYKit/FoundationExtensions": [
138         ]
139       }
140     },
141     {
142       "name": "UIExtensions",
143       "source_files": "JLYKit/Classes/UIExtensions/**/*.{h,m}",
144       "dependencies": {
145         "JLYKit/FoundationExtensions": [
147         ],
148         "SVProgressHUD": [
150         ]
151       }
152     },
153     {
154       "name": "FoundationExtensions",
155       "source_files": "JLYKit/Classes/FoundationExtensions/**/*.{h,m}"
156     },
157     {
158       "name": "JLYURLRouter",
159       "source_files": "JLYKit/Classes/JLYURLRouter/**/*.{h,m}"
160     },
161     {
162       "name": "Vender",
163       "source_files": "JLYKit/Classes/Vender/{JLYAlert,JLYCountDownButton,JLYForm,JLYGrowingTextView,JLYMaterialTextFeild,JLYPopMenu,RMActionController,JLYNavigationSubtitleView,JLYSegmentControl,JLYDatePickerView}/**/*.{h,m}",
164       "dependencies": {
165         "SDAutoLayout": [
167         ],
168         "JLYKit/FoundationExtensions": [
170         ],
171         "libextobjc": [
173         ]
174       }
175     },
176     {
177       "name": "JLYLaunchAnimation",
178       "source_files": "JLYKit/Classes/JLYLaunchAnimation/**/*.{h,m}"
179     },
180     {
181       "name": "YYModel",
182       "source_files": "JLYKit/Classes/YYModel/**/*.{h,m}"
183     },
184     {
185       "name": "AppUtils",
186       "source_files": "JLYKit/Classes/AppUtils/**/*.{h,m}",
187       "dependencies": {
188         "JLYKit/FoundationExtensions": [
190         ],
191         "JLYKit/UIExtensions": [
193         ],
194         "SVProgressHUD": [
196         ]
197       }
198     }
199   ]