[Add] FireworkVideoUI 0.2.9
[CocoaPods.git] / Specs / b / 0 / 3 / MMWebImage / 0.0.1 / MMWebImage.podspec.json
blob1b6d3066579f5ac37e9757146209882f9d84874c
2   "name": "MMWebImage",
3   "version": "0.0.1",
4   "platforms": {
5     "ios": "7.0"
6   },
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "summary": "Asynchronous image downloader with cache support as a UIImageView category http://cocoadocs.org/docsets/SDWebImage(基于SDWebImage)",
12   "homepage": "https://github.com/xwgit2971/MMWebImage",
13   "authors": {
14     "SunnyX": "1031787148@qq.com"
15   },
16   "source": {
17     "git": "https://github.com/xwgit2971/MMWebImage.git",
18     "tag": "0.0.1"
19   },
20   "source_files": "MMWebImage/*.{h,m}",
21   "frameworks": [
22     "Foundation",
23     "UIKit"
24   ],
25   "requires_arc": true,
26   "dependencies": {
27     "SDWebImage": [
28       "~> 3.8.2"
29     ]
30   }