[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / e / 5 / c / JRUISwift / 0.0.1 / JRUISwift.podspec.json
blob6dcfec95b8281f8404ff45a08943643429b4dd92
2   "name": "JRUISwift",
3   "version": "0.0.1",
4   "summary": "__",
5   "description": "构建tableview,collectionview,弹出框 swift版本",
6   "homepage": "https://github.com/jiaren0204/JRUISwift",
7   "license": "MIT",
8   "authors": {
9     "梁嘉仁": "50839393@qq.com"
10   },
11   "platforms": {
12     "ios": "11.0"
13   },
14   "source": {
15     "git": "https://github.com/jiaren0204/JRUISwift.git",
16     "tag": "0.0.1"
17   },
18   "swift_versions": "5.0",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "subspecs": [
24     {
25       "name": "JRTableViewManager",
26       "source_files": "JRUISwift/Classes/JRTableViewManager/*.swift"
27     },
28     {
29       "name": "JRCollectionViewManager",
30       "dependencies": {
31         "JRUISwift/Utils": [
33         ]
34       },
35       "source_files": "JRUISwift/Classes/JRCollectionViewManager/**/*.swift"
36     },
37     {
38       "name": "Utils",
39       "source_files": "JRUISwift/Classes/Utils/*.swift"
40     },
41     {
42       "name": "JRPopUpView",
43       "dependencies": {
44         "JRUISwift/Utils": [
46         ]
47       },
48       "source_files": "JRUISwift/Classes/JRPopUpView/*.swift"
49     }
50   ],
51   "swift_version": "5.0"