[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / e / 5 / AsyncImageCache / 1.0.1 / AsyncImageCache.podspec.json
blobe06b5a080ab5861b03493f20c879d89a97e561f4
2   "name": "AsyncImageCache",
3   "version": "1.0.1",
4   "summary": "AsyncImageCache is a fast, low level cache implementation that stores UIImage instances in both memory and on disk",
5   "description": "AsyncImageCache is a fast cache implementation that stores UIImage instances in both memory and on disk. All operations are asynchronously executed on a background thread for maximum performance. The features are rather low level on purpose, this allows AsyncImageCache to be used as a basis for higher level implementations.",
6   "homepage": "https://github.com/cbot/AsyncImageCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": "Kai Straßmann",
12   "social_media_url": "http://twitter.com/kaimoringen",
13   "platforms": {
14     "ios": "9.0"
15   },
16   "source": {
17     "git": "https://github.com/cbot/AsyncImageCache.git",
18     "tag": "1.0.1"
19   },
20   "source_files": "*.swift",
21   "frameworks": [
22     "UIKit",
23     "Foundation"
24   ],
25   "requires_arc": true,
26   "pushed_with_swift_version": "3.0"