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