[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 6 / 3 / MFMediaView / 0.2.6 / MFMediaView.podspec.json
blob669450ec5ca29f1376340766c4a18f9f5fc52fd8
2   "name": "MFMediaView",
3   "version": "0.2.6",
4   "summary": "A Common Display View For Media",
5   "description": "We Use This To Show Common Media File\n1 for jpg、png\n2 for mp4\n3 for gif\n4 for avi\n5 for svga\n6 for pag\n999 for custom",
6   "homepage": "https://github.com/MoreFunTech/MFMediaView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "NealWills": "NealWills93@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/MoreFunTech/MFMediaView.git",
16     "tag": "0.2.6"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "MFMediaView/Classes/**/*",
22   "frameworks": "UIKit",
23   "static_framework": true,
24   "dependencies": {
25     "SDWebImage": [
26       "~> 5.0"
27     ],
28     "libpag": [
29       "~> 4.1"
30     ],
31     "SVGAPlayer": [
32       "~> 2.5"
33     ],
34     "MFFileDownloader": [
36     ]
37   },
38   "pod_target_xcconfig": {
39     "ENABLE_BITCODE": "NO"
40   },
41   "xcconfig": {
42     "VALID_ARCHS": "arm64 armv7 x86_64"
43   }