[Add] Harbor 3.0.0
[CocoaPods.git] / Specs / d / 6 / f / FastImageLoader / 1.0.0 / FastImageLoader.podspec.json
blob2d88609fc1e8923dd2e1aa02145b21bf98ec3219
2   "name": "FastImageLoader",
3   "version": "1.0.0",
4   "summary": "Swift library to speed up UIImage loading",
5   "description": "Swift library to speed up subsequent UIImage loading in the cost of disk space.\nIt caches image data on disk after first load in raw format, to be able to read it back very quickly.\nUser may expect 10x to 50x increase compared to UIImage(named:) loading.",
6   "homepage": "https://github.com/Pash237/FastImageLoader",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Pavel Alexeev": "pasha.alexeev@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/Pash237/FastImageLoader.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "Source/*.swift"