[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / b / 5 / ImageCacher / 0.1.6 / ImageCacher.podspec.json
blob6c6c70e84419eedf3f0c248493371430a906bcf5
2   "name": "ImageCacher",
3   "version": "0.1.6",
4   "summary": "ImageCacher helps you to manage image caching.",
5   "description": "                        The image caching is asynchronous and based on blocks and GCD. The persistent storage is based on CoreData, fetches are executed in background, last accessed images are stored into a memory buffer.\n",
6   "homepage": "https://github.com/robyxz/ImageCacher",
7   "license": "MIT",
8   "authors": {
9     "Roberto Sartori": "roberto@rawfish.it"
10   },
11   "source": {
12     "git": "https://github.com/robyxz/ImageCacher.git",
13     "tag": "0.1.6"
14   },
15   "platforms": {
16     "ios": "7.0"
17   },
18   "requires_arc": true,
19   "source_files": "Pod/Classes",
20   "resource_bundles": {
21     "ImageCacher": [
22       "Pod/Assets/**"
23     ]
24   },
25   "public_header_files": "Pod/Classes/**/*.h",
26   "frameworks": [
27     "UIKit",
28     "MapKit",
29     "AVFoundation"
30   ]