[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 1 / f / 6 / modepend / 1.0.0 / modepend.podspec.json
blobea798f6d13a64502c9ef9df168cf959bbf805baa
2   "name": "modepend",
3   "version": "1.0.0",
4   "summary": "个人依赖库,方便切换 SDK",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "http://www.firstvar.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "zhuxietong@me.com": "zhuxietong@me.com"
13   },
14   "source": {
15     "git": "https://github.com/zhuxietong/modepend.git",
16     "tag": "1.0.0"
17   },
18   "pod_target_xcconfig": {
19     "SWIFT_VERSION": "5.3"
20   },
21   "swift_versions": "5.3",
22   "platforms": {
23     "ios": "10.0"
24   },
25   "default_subspecs": "Base",
26   "subspecs": [
27     {
28       "name": "Base",
29       "source_files": [
30         "modepend/Classes/**.{swift,h,m}"
31       ]
32     },
33     {
34       "name": "Kingfisher",
35       "platforms": {
36         "ios": "12.0"
37       },
38       "source_files": [
39         "modepend/Classes/Kingfisher/**.{swift,h,m}",
40         "modepend/Classes/Kingfisher/**/*.{swift,h,m}"
41       ],
42       "dependencies": {
43         "modepend/Base": [
45         ],
46         "Kingfisher": [
48         ]
49       }
50     },
51     {
52       "name": "SDWebImage",
53       "platforms": {
54         "ios": "10.0"
55       },
56       "source_files": [
57         "modepend/Classes/SDWebImage/**.{swift,h,m}",
58         "modepend/Classes/SDWebImage/**/*.{swift,h,m}"
59       ],
60       "dependencies": {
61         "modepend/Base": [
63         ],
64         "SDWebImage": [
66         ]
67       }
68     }
69   ],
70   "swift_version": "5.3"