[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 4 / 2 / 8 / JMImageCache / 0.4.0 / JMImageCache.podspec.json
blobc9bb012e2d7711149b643dfa07625be095fd6ad1
2   "name": "JMImageCache",
3   "version": "0.4.0",
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. With fix to the placeholder behaviour.",
6   "homepage": "https://github.com/jakemarsh/JMImageCache",
7   "license": {
8     "type": "MIT",
9     "file": "MIT-LICENSE"
10   },
11   "authors": {
12     "Jake Marsh": "jake@deallocatedobjects.com"
13   },
14   "source": {
15     "git": "https://github.com/jakemarsh/JMImageCache.git",
16     "tag": "0.4.0"
17   },
18   "platforms": {
19     "ios": "5.0"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "*.h",
24     "*.m"
25   ]