[Add] HyphenateChat_test1 1.0.1
[CocoaPods.git] / Specs / d / 1 / 0 / JLYKit / 0.8.4 / JLYKit.podspec.json
blob33ccbb26db7dafcd0f81ae5496e29101fd822d5c
2   "name": "JLYKit",
3   "version": "0.8.4",
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.8.4"
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": "JLYSqlite",
143       "source_files": "JLYKit/Classes/JLYSqlite/**/*.{h,m}",
144       "libraries": "sqlite3",
145       "dependencies": {
146         "SQLCipher": [
148         ]
149       }
150     },
151     {
152       "name": "UIExtensions",
153       "source_files": "JLYKit/Classes/UIExtensions/**/*.{h,m}",
154       "dependencies": {
155         "JLYKit/FoundationExtensions": [
157         ],
158         "SVProgressHUD": [
160         ]
161       }
162     },
163     {
164       "name": "FoundationExtensions",
165       "source_files": "JLYKit/Classes/FoundationExtensions/**/*.{h,m}"
166     },
167     {
168       "name": "JLYURLRouter",
169       "source_files": "JLYKit/Classes/JLYURLRouter/**/*.{h,m}"
170     },
171     {
172       "name": "Vender",
173       "source_files": "JLYKit/Classes/Vender/{JLYAlert,JLYCountDownButton,JLYForm,JLYGrowingTextView,JLYMaterialTextFeild,JLYPopMenu,RMActionController,JLYNavigationSubtitleView,JLYSegmentControl,JLYDatePickerView}/**/*.{h,m}",
174       "dependencies": {
175         "SDAutoLayout": [
177         ],
178         "JLYKit/FoundationExtensions": [
180         ],
181         "libextobjc": [
183         ]
184       }
185     },
186     {
187       "name": "JLYLaunchAnimation",
188       "source_files": "JLYKit/Classes/JLYLaunchAnimation/**/*.{h,m}"
189     },
190     {
191       "name": "YYModel",
192       "source_files": "JLYKit/Classes/YYModel/**/*.{h,m}"
193     },
194     {
195       "name": "AppUtils",
196       "source_files": "JLYKit/Classes/AppUtils/**/*.{h,m}",
197       "dependencies": {
198         "JLYKit/FoundationExtensions": [
200         ],
201         "JLYKit/UIExtensions": [
203         ],
204         "SVProgressHUD": [
206         ]
207       }
208     }
209   ]