forked from path/FastImageCache
-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathFastImageCache.podspec.json
24 lines (24 loc) · 1.1 KB
/
FastImageCache.podspec.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"name": "FastImageCache",
"version": "1.5.1",
"summary": "iOS library for quickly displaying images while scrolling",
"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",
"homepage": "https://github.com/mallorypaine/FastImageCache",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mallory Paine": "[email protected]",
"Michael Potter": "[email protected]"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/mallorypaine/FastImageCache.git",
"tag": "1.5.1"
},
"source_files": "FastImageCache/FastImageCache/**/*.{h,m}",
"requires_arc": true
}