[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 2 / 8 / JMImageCache / 0.2.1 / JMImageCache.podspec.json
blobbaa8903c741daea8e5c1a2936439897e30855c75
2   "name": "JMImageCache",
3   "version": "0.2.1",
4   "summary": "NSCache based remote-image caching and downloading mechanism for iOS.",
5   "description": "NSCache based remote-image caching and downloading mechanism for iOS. Is block based and uses a simple UIImageView category to handle loading images with placeholders.",
6   "homepage": "https://github.com/jakemarsh/JMImageCache",
7   "authors": {
8     "Jake Marsh": "jake@deallocatedobjects.com"
9   },
10   "source": {
11     "git": "https://github.com/jakemarsh/JMImageCache.git",
12     "tag": "0.2.1"
13   },
14   "platforms": {
15     "ios": null
16   },
17   "requires_arc": true,
18   "license": {
19     "type": "MIT",
20     "file": "MIT-LICENSE"
21   },
22   "source_files": [
23     "*.h",
24     "*.m"
25   ]