blob: 5206ce3df19c1cc0bbb4a5238cea9e3b234c7d3f [file] [log] [blame]
{
"name": "ResizableView",
"version": "0.2.0",
"summary": "An iOS library for making user-resizable UIView objects",
"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",
"homepage": "https://github.com/rcholic/ResizableView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"rcholic": "ivytony@gmail.com"
},
"source": {
"git": "https://github.com/rcholic/ResizableView.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Source/**/*",
"frameworks": "UIKit",
"pushed_with_swift_version": "3.0"
}