[Add] DocumentReaderOCRRFIDStage 7.5.11035
[CocoaPods.git] / Specs / d / 1 / 0 / JLYKit / 0.4.8 / JLYKit.podspec.json
blob7e6c478b1788a4e33212878fc8bb9a5127d101fa
2   "name": "JLYKit",
3   "version": "0.4.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.4.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/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         "JDStatusBarNotification": [
147         ],
148         "JLYKit/FoundationExtensions": [
150         ],
151         "SVProgressHUD": [
153         ]
154       }
155     },
156     {
157       "name": "FoundationExtensions",
158       "source_files": "JLYKit/Classes/FoundationExtensions/**/*.{h,m}"
159     },
160     {
161       "name": "JLYURLRouter",
162       "source_files": "JLYKit/Classes/JLYURLRouter/**/*.{h,m}"
163     },
164     {
165       "name": "Vender",
166       "source_files": "JLYKit/Classes/Vender/{JLYAlert,JLYCountDownButton,JLYForm,JLYGrowingTextView,JLYMaterialTextFeild,JLYPopMenu,RMActionController}/**/*.{h,m}",
167       "dependencies": {
168         "SDAutoLayout": [
170         ]
171       }
172     },
173     {
174       "name": "JLYLaunchAnimation",
175       "source_files": "JLYKit/Classes/JLYLaunchAnimation/**/*.{h,m}"
176     },
177     {
178       "name": "YYModel",
179       "source_files": "JLYKit/Classes/YYModel/**/*.{h,m}"
180     },
181     {
182       "name": "AppUtils",
183       "source_files": "JLYKit/Classes/AppUtils/**/*.{h,m}",
184       "dependencies": {
185         "JLYKit/FoundationExtensions": [
187         ],
188         "JLYKit/UIExtensions": [
190         ],
191         "SVProgressHUD": [
193         ]
194       }
195     }
196   ]