blob: 762bd6bbed481f999b3f706441ab37a38568a317 [file] [log] [blame]
{
"name": "Matisse",
"version": "3.0.0",
"homepage": "https://github.com/konoma/matisse",
"summary": "Matisse is an image retrieval and caching library for iOS inspired by Picasso.",
"description": "With Matisse you can download and display an image in an image view with a single line of code.\nMatisse takes care of downloading, caching and showing the image in an UIImageView. If you use\nit in a UITableViewDataSource it also makes sure that the correct image is shown even in case\nof a cell reuse.",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Markus Gasser": "markus.gasser@konoma.ch"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/konoma/matisse.git",
"tag": "3.0.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"public_header_files": "Sources/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true,
"swift_version": "4.2"
}