| { |
| "name": "UIButton+HJResourceManager", |
| "version": "1.0.0", |
| "summary": "Asynchronous image downloader with cache support as a UIButton category, based on Hydra framework.", |
| "homepage": "https://github.com/P9SOFT/UIButton-HJResourceManager", |
| "license": { |
| "type": "MIT" |
| }, |
| "authors": { |
| "Tae Hyun Na": "taehyun.na@gmail.com" |
| }, |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source": { |
| "git": "https://github.com/P9SOFT/UIButton-HJResourceManager.git", |
| "tag": "1.0.0" |
| }, |
| "source_files": "Sources/*.{h,m}", |
| "public_header_files": "Sources/*.h", |
| "dependencies": { |
| "HJResourceManager": [ |
| |
| ] |
| } |
| } |