[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / a / f / WTURLImageView / 1.0.0 / WTURLImageView.podspec.json
bloba2c26dfb60b1f67518798b277b6907bc3bc3c9e7
2   "name": "WTURLImageView",
3   "version": "1.0.0",
4   "summary": "UIImageView that get image using AFNetworking with various features.",
5   "homepage": "http://www.waterworld.com.hk",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE.md"
9   },
10   "authors": {
11     "waterlou": "https://github.com/waterlou"
12   },
13   "platforms": {
14     "ios": "5.0"
15   },
16   "requires_arc": true,
17   "source": {
18     "git": "https://github.com/waterlou/WTURLImageView.git",
19     "tag": "1.0.0"
20   },
21   "frameworks": "UIKit",
22   "source_files": "WTURLImageView/*.{h,m}",
23   "dependencies": {
24     "AFNetworking": [
25       ">=1.0"
26     ],
27     "GVCache": [
28       ">=1.0"
29     ],
30     "WTExtension/UIImage+WTExtension": [
31       "1.1.0"
32     ]
33   }