[Add] RegulaCommonNightly 7.5.939
[CocoaPods.git] / Specs / 1 / a / 7 / HMCImageCache / 0.1.6 / HMCImageCache.podspec.json
blob48a57472e382e36a837923e48b67bc909dad421c
2   "name": "HMCImageCache",
3   "version": "0.1.6",
4   "summary": "Support caching images balancing between I/O and memory with LRU algorithm",
5   "description": "HMCImageCache is a utility supporting caching images with balancing between I/O read write and memory usage by LRU (Least recently use) algorithm as well as calculating available memory size. It also support generating UIImage with target size.",
6   "homepage": "https://github.com/hmchuong/iOS-Objectivec-HMCImageCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Chuong M. Huynh": "minhchuong.itus@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/hmchuong/iOS-Objectivec-HMCImageCache",
16     "tag": "0.1.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "HMCImageCache/Classes/**/*",
22   "public_header_files": "HMCImageCache/Classes/**/*.h",
23   "frameworks": [
24     "UIKit",
25     "ImageIO"
26   ],
27   "dependencies": {
28     "HMCThreadSafeMutableCollection": [
29       "~> 0.1.0"
30     ],
31     "HMCDownloadManager": [
32       "~> 0.1.0"
33     ]
34   }