[Delete] YLCategory-MacOS 1.1.5
[CocoaPods.git] / Specs / 1 / 6 / 3 / MFMediaView / 0.0.8 / MFMediaView.podspec.json
blobe7860fe1a6c42d895f5cb606cef46eccbbbc4617
2   "name": "MFMediaView",
3   "version": "0.0.8",
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",
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.0.8"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "source_files": "MFMediaView/Classes/**/*",
22   "frameworks": "UIKit",
23   "dependencies": {
24     "SDWebImage": [
25       "~> 5.0"
26     ],
27     "libpag": [
28       "< 4.1"
29     ],
30     "SVGAPlayer": [
31       "~> 2.5"
32     ],
33     "MFFileDownloader": [
35     ]
36   },
37   "pod_target_xcconfig": {
38     "ENABLE_BITCODE": "NO"
39   },
40   "xcconfig": {
41     "VALID_ARCHS": "arm64 armv7 x86_64"
42   }