[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / 1 / a / JMImageCacheForkAntoine / 0.0.1 / JMImageCacheForkAntoine.podspec.json
blob6367a78a8d4751c08b72852525732c5b1d89e609
2   "name": "JMImageCacheForkAntoine",
3   "version": "0.0.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. With fix to the placeholder behaviour.",
6   "homepage": "https://github.com/antoinerabanes/JMImageCache",
7   "license": {
8     "type": "MIT",
9     "file": "MIT-LICENSE"
10   },
11   "authors": {
12     "Antoine Rabanes": "antoine.rabanes@gmail.com",
13     "Jake Marsh": "jake@deallocatedobjects.com"
14   },
15   "source": {
16     "git": "https://github.com/antoinerabanes/JMImageCache.git",
17     "tag": "0.0.1"
18   },
19   "platforms": {
20     "ios": "5.1"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "*.h",
25     "*.m"
26   ]