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