[Add] MoneyHashPayment 2.2.14
[CocoaPods.git] / Specs / d / 1 / 0 / JLYKit / 0.5.8 / JLYKit.podspec.json
blob53d0174272d331f7c996d7a7d9fa44bc603e926c
2   "name": "JLYKit",
3   "version": "0.5.8",
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.5.8"
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     "ISHPermissionKit": [
33     ]
34   },
35   "subspecs": [
36     {
37       "name": "Config",
38       "source_files": "JLYKit/Classes/Config/**/*.{h,m}",
39       "dependencies": {
40         "Reachability": [
42         ],
43         "MLInputDodger": [
44           "~>1.4.0"
45         ],
46         "SDAutoLayout": [
48         ],
49         "Masonry": [
51         ],
52         "SVProgressHUD": [
54         ],
55         "JDStatusBarNotification": [
57         ],
58         "JLYKit/UIExtensions": [
60         ],
61         "JLYKit/Vender": [
63         ],
64         "JLYKit/AppUtils": [
66         ],
67         "JLYKit/JLYLaunchAnimation": [
69         ],
70         "JLYKit/JLYVIPER": [
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}/**/*.{h,m}",
170       "dependencies": {
171         "SDAutoLayout": [
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   ]