[Add] TencentEffect_S1-00 3.0.1.5
[CocoaPods.git] / Specs / 2 / 5 / 1 / FunModules / 1.0.9 / FunModules.podspec.json
blob5eb94d68e724f5bd44ff53ddfebb0c700cd7387b
2   "name": "FunModules",
3   "version": "1.0.9",
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.9"
18   },
19   "platforms": {
20     "ios": "11.0"
21   },
22   "dependencies": {
23     "FunBox/Core": [
25     ]
26   },
27   "subspecs": [
28     {
29       "name": "FunUI",
30       "source_files": "Sources/FunUI/**/*"
31     },
32     {
33       "name": "FunRefresher",
34       "source_files": "Sources/FunRefresher/**/*"
35     },
36     {
37       "name": "FunWebImage",
38       "source_files": "Sources/FunWebImage/**/*",
39       "dependencies": {
40         "Kingfisher": [
41           "~> 5.15.0"
42         ]
43       }
44     },
45     {
46       "name": "FunScan",
47       "source_files": "Sources/FunScan/Code/**/*",
48       "resource_bundles": {
49         "FunScan": [
50           "Sources/FunScan/Assets/**/*.{storyboard,xib,xcassets,json,imageset,png,js,gif,md,strings}"
51         ]
52       },
53       "dependencies": {
54         "FunModules/FunUI": [
56         ]
57       }
58     },
59     {
60       "name": "FunMediaHelper",
61       "source_files": "Sources/FunMediaHelper/Code/**/*",
62       "resource_bundles": {
63         "MediaHelper": [
64           "Sources/FunMediaHelper/Assets/**/*.{storyboard,xib,xcassets,json,imageset,png,gif,md,strings}"
65         ]
66       },
67       "dependencies": {
68         "FunModules/FunWebImage": [
70         ],
71         "FunModules/FunUI": [
73         ],
74         "JXPhotoBrowser": [
75           "~> 3.1.2"
76         ],
77         "TZImagePickerController": [
78           "3.4.8"
79         ]
80       }
81     }
82   ],
83   "swift_version": "5.0"