[Add] TensorFlowLiteSelectTfOps 0.0.1-nightly.20241222
[CocoaPods.git] / Specs / 3 / e / d / Matisse / 2.0.0 / Matisse.podspec.json
blob8b55f9d32455d190f0c6d39c2e8cee593fff4627
2   "name": "Matisse",
3   "version": "2.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": "2.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