blob: 12778ca3a076ce24f94d45c64bb1b568dd6bdd5c [file] [log] [blame]
{
"name": "Matisse",
"version": "1.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": "1.0.0"
},
"source_files": "Sources/**/*.{swift,h,m}",
"public_header_files": "Sources/**/*.h",
"frameworks": [
"Foundation",
"UIKit"
],
"requires_arc": true
}