[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 4 / d / 1 / UIImage+HJResourceManager / 1.0.3 / UIImage+HJResourceManager.podspec.json
blobe562586cea867edfc892d474fc537d14ecd9e3b5
2   "name": "UIImage+HJResourceManager",
3   "version": "1.0.3",
4   "summary": "Asynchronous image downloader with cache support as a UIImageView category, based on Hydra framework.",
5   "homepage": "https://github.com/P9SOFT/UIImage-HJResourceManager",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Tae Hyun Na": "taehyun.na@gmail.com"
11   },
12   "platforms": {
13     "ios": "6.0"
14   },
15   "requires_arc": true,
16   "source": {
17     "git": "https://github.com/P9SOFT/UIImage-HJResourceManager.git",
18     "tag": "1.0.3"
19   },
20   "source_files": "Sources/*.{h,m}",
21   "public_header_files": "Sources/*.h",
22   "dependencies": {
23     "HJResourceManager": [
25     ]
26   }