[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 1 / FunModules / 1.0.3 / FunModules.podspec.json
blob693dbf5cacc64e293d81ebc9142b3e464b8d9838
2   "name": "FunModules",
3   "version": "1.0.3",
4   "summary": "FunBox 外部组件库",
5   "swift_versions": "5.0",
6   "description": "TODO: Add long description of the pod here.",
7   "homepage": "https://github.com/choarkinphe/FunBox",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "choarkinphe": "choarkinphe@outlook.com"
14   },
15   "source": {
16     "git": "https://github.com/choarkinphe/FunBox.git",
17     "tag": "1.0.3"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "dependencies": {
23     "FunBox/Core": [
24       "~> 1.0.3"
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "FunUI",
30       "source_files": "Sources/FunUI/**/*"
31     },
32     {
33       "name": "RxFunBox",
34       "source_files": "Sources/RxFunBox/**/*",
35       "dependencies": {
36         "FunBox/Box/UI": [
37           "~> 1.0.3"
38         ],
39         "RxDataSources": [
40           "~> 4.0.1"
41         ],
42         "RxSwift": [
43           "~> 5.1.1"
44         ],
45         "RxCocoa": [
46           "~> 5.1.1"
47         ]
48       }
49     },
50     {
51       "name": "FunWebImage",
52       "source_files": "Sources/FunWebImage/**/*",
53       "dependencies": {
54         "Kingfisher": [
55           "~> 5.15.0"
56         ]
57       }
58     },
59     {
60       "name": "FunScan",
61       "source_files": "Sources/FunScan/Code/**/*",
62       "resource_bundles": {
63         "FunScan": [
64           "Sources/FunScan/Assets/**/*.{storyboard,xib,xcassets,json,imageset,png,js,gif,md,strings}"
65         ]
66       },
67       "dependencies": {
68         "FunModules/FunUI": [
70         ]
71       }
72     },
73     {
74       "name": "FunMediaHelper",
75       "source_files": "Sources/FunMediaHelper/Code/**/*",
76       "resource_bundles": {
77         "MediaHelper": [
78           "Sources/FunMediaHelper/Assets/**/*.{storyboard,xib,xcassets,json,imageset,png,gif,md,strings}"
79         ]
80       },
81       "dependencies": {
82         "FunModules/FunWebImage": [
84         ],
85         "FunModules/FunUI": [
87         ],
88         "JXPhotoBrowser": [
89           "~> 3.1.2"
90         ],
91         "TZImagePickerController": [
92           "3.4.8"
93         ]
94       }
95     }
96   ],
97   "swift_version": "5.0"