[Add] EverlinkBroadcastSDK 3.1.1
[CocoaPods.git] / Specs / 7 / 4 / a / FastImageCache / 1.1 / FastImageCache.podspec.json
blob57edf4a4195bf4f8e606bc9cea3dd2dee5d44ecf
2   "name": "FastImageCache",
3   "version": "1.1",
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": "mallory@path.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.1"
21   },
22   "source_files": "FastImageCache",
23   "requires_arc": true