[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / a / FastImageCache / 1.5 / FastImageCache.podspec.json
blob1d5dc0627fbf4971447a94b6c308168e8a488d48
2   "name": "FastImageCache",
3   "version": "1.5",
4   "summary": "iOS library for quickly displaying images while scrolling",
5   "description": "Fast Image Cache is an efficient, persistent, and—above all—fast way to store and retrieve images in your iOS application. Part of any good iOS application's user experience is fast, smooth scrolling, and Fast Image Cache helps make this easier.\n\nA significant burden on performance for graphics-rich applications like Path is image loading. The traditional method of loading individual images from disk is just too slow, especially while scrolling. Fast Image Cache was created specifically to solve this problem.\n",
6   "homepage": "https://github.com/path/FastImageCache",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mallory Paine": "mpaine@gmail.com",
13     "Michael Potter": "michael@path.com"
14   },
15   "platforms": {
16     "ios": "6.0"
17   },
18   "source": {
19     "git": "https://github.com/path/FastImageCache.git",
20     "tag": "1.5"
21   },
22   "source_files": [ "FastImageCache/FastImageCache", "FastImageCache/FastImageCache/FastImageCache/*.[hm]" ],
23   "requires_arc": true