blob: 2d88609fc1e8923dd2e1aa02145b21bf98ec3219 [file] [log] [blame]
{
"name": "FastImageLoader",
"version": "1.0.0",
"summary": "Swift library to speed up UIImage loading",
"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.",
"homepage": "https://github.com/Pash237/FastImageLoader",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Pavel Alexeev": "pasha.alexeev@gmail.com"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/Pash237/FastImageLoader.git",
"tag": "1.0.0"
},
"source_files": "Source/*.swift"
}