[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / d / f / b / ResizableView / 0.2.0 / ResizableView.podspec.json
blob5206ce3df19c1cc0bbb4a5238cea9e3b234c7d3f
2   "name": "ResizableView",
3   "version": "0.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "source_files": "Source/**/*",
23   "frameworks": "UIKit",
24   "pushed_with_swift_version": "3.0"