[Add] TradeInFatFramework 1.7.103
[CocoaPods.git] / Specs / 3 / e / d / Matisse / 1.0.0 / Matisse.podspec.json
blob12778ca3a076ce24f94d45c64bb1b568dd6bdd5c
2   "name": "Matisse",
3   "version": "1.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": "1.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