[Add] FCService 0.0.61-fc
[CocoaPods.git] / Specs / 9 / 5 / 3 / ISVImageScrollView / 0.3.0 / ISVImageScrollView.podspec.json
blob56e12b0e8f4529465f776c20bf4b2b6de15d160a
2   "name": "ISVImageScrollView",
3   "version": "0.3.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.3.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Sources/ISVImageScrollView/**/*"