4 "summary": "Longinus is a pure-Swift high-performance asynchronous web image loading and caching framework.",
5 "description": "Longinus is a pure-Swift high-performance asynchronous web image loading and caching framework.\n\n* Asynchronous image downloading and caching.\n* Preload images and cache them to disk for further showing.\n* Animated GIF support (dynamic buffer, lower memory usage).\n* Baseline/progressive/interlaced image decode support.\n* View extensions for UIImageView, UIButton, MKAnnotationView and CALayer to directly set an image from a URL.\n* Image loading category for UIImageView, UIButton and CALayer.\n* Built-in transition animation when setting images.(or you can set your custom image showing transion)\n* Image Transform after downloading supported: blur, round corner, resize, color tint, crop, rotate and more.\n* High performance memory and disk image cache. Use LRU algorithm to manage. For disk cache, it use file system and sqlite for better performance.\n* Use FIFO queue to handle image downloading operation.\n* Smooth sliding without UI lags. High performance image caching and decoding to avoid main thread blocked.",
6 "homepage": "https://github.com/KittenYang/Longinus",
7 "screenshots": "https://github.com/KittenYang/Longinus/raw/master/Assets/Logo.png",
13 "KittenYang": "kittenyang@icloud.com"
16 "git": "https://github.com/KittenYang/Longinus.git",
19 "social_media_url": "https://twitter.com/KittenYang",
20 "swift_versions": "5.0",
25 "default_subspecs": "General",
36 "Sources/General/*.swift"
39 "Longinus/Networking": [
46 "source_files": "Sources/Cache/*.swift",
55 "source_files": "Sources/ImageCode/*.swift",
64 "source_files": "Sources/Networking/*.swift",
66 "Longinus/ImageCode": [
76 "source_files": "Sources/Utility/*.swift"
80 "source_files": "Sources/SwiftUI/*.swift",
86 "pod_target_xcconfig": {
87 "OTHER_LDFLAGS": "-weak_framework SwiftUI"
91 "swift_version": "5.0"