blob: 09f333ef64b9623b21ea3f108a3808373bdb5c9e [file] [log] [blame]
{
"name": "SQReorderableStackView",
"version": "0.4.2",
"summary": "A reorderable subclass of UIStackView in Swift",
"description": "SQReorderableStackView is a UIViewSubclass updated for Swift 4.2 that adds 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.4.2"
},
"platforms": {
"ios": "9.0"
},
"swift_versions": "4.2",
"source_files": "SQReorderableStackView/Classes/**/*",
"swift_version": "4.2"
}