[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 4 / a / f / WTURLImageView / 1.1.2 / WTURLImageView.podspec.json
blob96046edd0031965bbd4a3be47a1918f1a18ac85d
2   "name": "WTURLImageView",
3   "version": "1.1.2",
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.1.2"
20   },
21   "frameworks": "UIKit",
22   "source_files": "WTURLImageView/*.{h,m}",
23   "dependencies": {
24     "AFNetworking": [
25       "~> 1.0"
26     ],
27     "EGOCache": [
28       "~> 2.0"
29     ],
30     "WTExtension/UIImage+WTExtension": [
31       ">=1.2.0"
32     ]
33   }