[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 5 / 8 / SDWebImageVideoCoder / 0.1.0 / SDWebImageVideoCoder.podspec.json
blob1eba2b21dd832cb4fe22403d35a2442ea6bc06ef
2   "name": "SDWebImageVideoCoder",
3   "version": "0.1.0",
4   "summary": "A toy (non-production) SDWebImage coder plugin to play Video Format like MP4 on Animated Image View",
5   "description": "This is just a toy coder plugin for SDWebImage. Which aim to provide a demo usage that how SDWeImage combined the Animated Image View and Player and let it works for generic usage and customization.",
6   "homepage": "https://github.com/SDWebImage/SDWebImageVideoCoder",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "DreamPiggy": "lizhuoli1126@126.com"
13   },
14   "source": {
15     "git": "https://github.com/SDWebImage/SDWebImageVideoCoder.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "8.0",
20     "osx": "10.10",
21     "tvos": "9.0"
22   },
23   "source_files": [
24     "SDWebImageVideoCoder/Classes/**/*",
25     "SDWebImageVideoCoder/Module/SDWebImageVideoCoder.h"
26   ],
27   "dependencies": {
28     "SDWebImage": [
29       "~> 5.3"
30     ]
31   }