[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 3 / 4 / f / Longinus / 1.0.2 / Longinus.podspec.json
blob94a77481921d3f3573fe37749f4333d00e513032
2   "name": "Longinus",
3   "version": "1.0.2",
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",
8   "license": {
9     "type": "MIT",
10     "file": "LICENSE"
11   },
12   "authors": {
13     "KittenYang": "kittenyang@icloud.com"
14   },
15   "source": {
16     "git": "https://github.com/KittenYang/Longinus.git",
17     "tag": "1.0.2"
18   },
19   "social_media_url": "https://twitter.com/KittenYang",
20   "swift_versions": "5.0",
21   "platforms": {
22     "ios": "9.0"
23   },
24   "requires_arc": true,
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": [
30         "Longinus/Classes/**/*.swift"
31       ]
32     }
33   ],
34   "swift_version": "5.0"