[Add] RegulaCommonNightly 7.5.947
[CocoaPods.git] / Specs / 9 / 5 / 3 / ISVImageScrollView / 0.1.0 / ISVImageScrollView.podspec.json
blob78ebcaafa5f0f6a3c61adf14ae5d6e06acd11b37
2   "name": "ISVImageScrollView",
3   "version": "0.1.0",
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.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ISVImageScrollView/Classes/**/*"