blob: 318fc67f04e2a7451725b59406ab43419a649141 [file] [log] [blame]
{
"name": "SQReorderableStackView",
"version": "0.1.0",
"summary": "A reorderable subclass of UIStackView in Swift",
"description": "SQReorderableStackView is a UIViewSubclass written in Swift 3 that add a long press gesture recognizer to each of its subviews. When triggered, the handler will create a snapshot of the pressed subview and transform its position in response to changes in the touches. The SQReorderableStackViewDelegate protocol can be implemented by a controller to allow finer control of which subviews can be picked up and moved, and to respond to changes to the subview order made by the user.",
"homepage": "https://github.com/markedwardmurray/SQReorderableStackView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"markedwardmurray": "markedwardmurray@gmail.com"
},
"source": {
"git": "https://github.com/markedwardmurray/SQReorderableStackView.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "SQReorderableStackView/Classes/**/*",
"pushed_with_swift_version": "3.0"
}