[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / f / 5 / 8 / SDWebImageVideoCoder / 0.2.0 / SDWebImageVideoCoder.podspec.json
blob77fc7fa29162de6d7e9a0e31f6be8f77c6bb3c63
2   "name": "SDWebImageVideoCoder",
3   "version": "0.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "9.0",
20     "osx": "10.11",
21     "tvos": "9.0"
22   },
23   "source_files": [
24     "SDWebImageVideoCoder/Classes/**/*",
25     "SDWebImageVideoCoder/Module/SDWebImageVideoCoder.h"
26   ],
27   "dependencies": {
28     "SDWebImage": [
29       "~> 5.10"
30     ]
31   }