[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / e / d / Matisse / 3.0.0 / Matisse.podspec.json
blob762bd6bbed481f999b3f706441ab37a38568a317
2   "name": "Matisse",
3   "version": "3.0.0",
4   "homepage": "https://github.com/konoma/matisse",
5   "summary": "Matisse is an image retrieval and caching library for iOS inspired by Picasso.",
6   "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.",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Markus Gasser": "markus.gasser@konoma.ch"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/konoma/matisse.git",
19     "tag": "3.0.0"
20   },
21   "source_files": "Sources/**/*.{swift,h,m}",
22   "public_header_files": "Sources/**/*.h",
23   "frameworks": [
24     "Foundation",
25     "UIKit"
26   ],
27   "requires_arc": true,
28   "swift_version": "4.2"