[Add] PlasoLogger 1.0.2
[CocoaPods.git] / Specs / 6 / c / 5 / BBWebImage / 1.1.2 / BBWebImage.podspec.json
blob89c4ba181d4e4c28eb88a3c826b4ace3830caf10
2   "name": "BBWebImage",
3   "version": "1.1.2",
4   "summary": "A high performance Swift library for downloading, caching and editing web images asynchronously.",
5   "description": "View extensions for `UIImageView`, `UIButton`, `MKAnnotationView` and `CALayer` to set image from URL.\nAsynchronous image downloader.\nAsynchronous memory + file + SQLite image cache with least recently used algorithm.\nAsynchronous image decompressing.\nAsynchronous image editing without modifying original image disk data.\nAnimated image smart decoding, decompressing, editing and caching.\nIndependent image cache, downloader, coder and editor for separate use.\nCustomized image cache, downloader and coder.\nHigh performance.",
6   "homepage": "https://github.com/Silence-GitHub/BBWebImage",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Kaibo Lu": "lukaibolkb@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "swift_version": "5.0",
18   "source": {
19     "git": "https://github.com/Silence-GitHub/BBWebImage.git",
20     "tag": "1.1.2"
21   },
22   "requires_arc": true,
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": [
28         "BBWebImage/BBWebImage/BBWebImage.h",
29         "BBWebImage/BBWebImage/**/*.swift"
30       ],
31       "exclude_files": [
32         "BBWebImage/BBWebImage/Extensions/MKAnnotationView+BBWebCache.swift",
33         "BBWebImage/BBWebImage/Filter/*"
34       ]
35     },
36     {
37       "name": "MapKit",
38       "source_files": "BBWebImage/BBWebImage/Extensions/MKAnnotationView+BBWebCache.swift",
39       "dependencies": {
40         "BBWebImage/Core": [
42         ]
43       }
44     },
45     {
46       "name": "Filter",
47       "source_files": "BBWebImage/BBWebImage/Filter",
48       "resources": "BBWebImage/BBWebImage/**/*.cikernel",
49       "dependencies": {
50         "BBWebImage/Core": [
52         ]
53       }
54     }
55   ]