[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / d / f / b / ResizableView / 0.1.0 / ResizableView.podspec.json
blob65cd428ef12d137cb6d437f44a762b8fecc358d0
2   "name": "ResizableView",
3   "version": "0.1.0",
4   "summary": "An iOS library for making user-resizable UIView objects",
5   "description": "This library allows iOS app developer to create user resizable UIView objects such as UIView and UIImageView. The user will be able to resize and move these objects by dragging them on the screen",
6   "homepage": "https://github.com/rcholic/ResizableView",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "rcholic": "ivytony@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/rcholic/ResizableView.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "10.0"
20   },
21   "requires_arc": true,
22   "source_files": "Sources/*",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "3.0"