mirror of
https://github.com/zhigang1992/PINRemoteImage.git
synced 2026-06-13 17:36:05 +08:00
This change upgrades to PINCache 3.0.1-beta which supports custom archiving and unarchiving. This allows us to avoid using NSArchiver/Archiver which adds a small amount of disk space overhead and between .5 and 10 ms (on an iPhone 4) for each encode / decode. To support this, we *do* have to add versioning for the cache and destroy it for the old versions. I considered adding a process to migrate the images, but because that would have to occur on startup and process all existing images, it could cause issues for very large image cache databases, so I decided against that.
59 lines
1.5 KiB
Plaintext
59 lines
1.5 KiB
Plaintext
PODS:
|
|
- FLAnimatedImage (1.0.12)
|
|
- libwebp (0.5.0):
|
|
- libwebp/core (= 0.5.0)
|
|
- libwebp/dec (= 0.5.0)
|
|
- libwebp/demux (= 0.5.0)
|
|
- libwebp/dsp (= 0.5.0)
|
|
- libwebp/enc (= 0.5.0)
|
|
- libwebp/mux (= 0.5.0)
|
|
- libwebp/utils (= 0.5.0)
|
|
- libwebp/webp (= 0.5.0)
|
|
- libwebp/core (0.5.0):
|
|
- libwebp/webp
|
|
- libwebp/dec (0.5.0):
|
|
- libwebp/core
|
|
- libwebp/demux (0.5.0):
|
|
- libwebp/core
|
|
- libwebp/dsp (0.5.0):
|
|
- libwebp/core
|
|
- libwebp/enc (0.5.0):
|
|
- libwebp/core
|
|
- libwebp/mux (0.5.0):
|
|
- libwebp/core
|
|
- libwebp/utils (0.5.0):
|
|
- libwebp/core
|
|
- libwebp/webp (0.5.0)
|
|
- PINCache (3.0.1-beta)
|
|
- PINRemoteImage (3.0.0-beta.3):
|
|
- PINRemoteImage/FLAnimatedImage (= 3.0.0-beta.3)
|
|
- PINRemoteImage/PINCache (= 3.0.0-beta.3)
|
|
- PINRemoteImage/Core (3.0.0-beta.3)
|
|
- PINRemoteImage/FLAnimatedImage (3.0.0-beta.3):
|
|
- FLAnimatedImage (>= 1.0)
|
|
- PINRemoteImage/Core
|
|
- PINRemoteImage/PINCache (3.0.0-beta.3):
|
|
- PINCache (>= 3.0.1-beta)
|
|
- PINRemoteImage/Core
|
|
- PINRemoteImage/WebP (3.0.0-beta.3):
|
|
- libwebp
|
|
- PINRemoteImage/Core
|
|
|
|
DEPENDENCIES:
|
|
- PINRemoteImage (from `../`)
|
|
- PINRemoteImage/WebP (from `../`)
|
|
|
|
EXTERNAL SOURCES:
|
|
PINRemoteImage:
|
|
:path: ../
|
|
|
|
SPEC CHECKSUMS:
|
|
FLAnimatedImage: 4a0b56255d9b05f18b6dd7ee06871be5d3b89e31
|
|
libwebp: 68ba2001ba6806ee52837ebd77a551a0b6567e4e
|
|
PINCache: 6911fe422a633e18b3d3ddf2bd4f0e55e36e2892
|
|
PINRemoteImage: 909c740cc2878fa6b45a3cc093b87d8195a7e0fa
|
|
|
|
PODFILE CHECKSUM: a64f6dc82868b26747c10e6c5e963d51a1ba55ba
|
|
|
|
COCOAPODS: 1.0.0
|