[Add] TradeInFatFramework 1.7.103
[CocoaPods.git] / Specs / 9 / 5 / 3 / ISVImageScrollView / 0.1.1 / ISVImageScrollView.podspec.json
blob23d4699f694cd67520bd7c97f3427492597c87ca
2   "name": "ISVImageScrollView",
3   "version": "0.1.1",
4   "summary": "A subclass of the UIScrollView tweaked for image preview with zooming, scrolling and rotation support.",
5   "description": "When you need to incorporate an image preview into your application, usually you start with the UIScrollView and then spend hours tweaking it to get functionality similar to the default Photos app.\nThis control provides you out-of-the-box functionality to zoom, scroll and rotate an UIImageView attached to it.",
6   "homepage": "https://github.com/yuriiik/ISVImageScrollView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Yurii Kupratsevych": "kupratsevich@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/yuriiik/ISVImageScrollView.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ISVImageScrollView/Classes/**/*"