[Add] HyundaiEV 1.0.7
[CocoaPods.git] / Specs / e / 5 / 2 / PinchToZoomImageView / 1.1.2 / PinchToZoomImageView.podspec.json
blobb0e6c110e7e0e12d9183c8c995759d6871626c17
2   "name": "PinchToZoomImageView",
3   "version": "1.1.2",
4   "summary": "PinchToZoomImageView is a drop-in replacement for UIImageView that supports pinching, panning, and rotating.",
5   "homepage": "https://github.com/stockx/PinchToZoomImageView",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "Josh Sklar": "jrmsklar@gmail.com"
12   },
13   "social_media_url": "https://twitter.com/jrmsklar",
14   "platforms": {
15     "ios": "8.2"
16   },
17   "source": {
18     "git": "https://github.com/StockX/PinchToZoomImageView.git",
19     "tag": "1.1.2"
20   },
21   "source_files": "Source/**/*.swift",
22   "description": "PinchToZoomImageView is a drop-in replacement for UIImageView that supports pinching, panning, and rotating. Use cases include any occurences of an image that is zoomable.\n\nFeatures:\n- Supports pinching, panning, and rotating.\n- Works when used in a UIViewController or UIScrollVieController (e.g. UICollectionViewController, UITableViewController, etc.).\n- Shows the pinched image overtop everythingls else on the screen, with the exception of the status bar.\n- Fully configurable in Interface Builder and code.\n- Example app to demonstrate the various configurations.",
23   "pushed_with_swift_version": "3.0"