blob: 35ad125ced672474165abdff345eb5a8892b7bba [file] [log] [blame]
{
"name": "SpinWheelControl",
"version": "0.2.0",
"summary": "An inertial spinning wheel UI control that allows selection of an item.",
"description": "Spin Wheel Control is a wheel of fortune-style inertial spinning wheel UI control that allows selection of an item. It is written in the Swift programming language and to be used in iOS apps. The code is a Swift derivation, port, and enhancement based loosely on the Objective-C SMWheelControl CocoaPod written by Cesare Rocchi and Simone Civetta found at https://cocoapods.org/pods/SMWheelControl.",
"homepage": "https://github.com/joshdhenry/SpinWheelControl",
"license": {
"type": "BSD",
"file": "LICENSE.md"
},
"authors": {
"Josh Henry": "Josh@BigSmashSoftware.com"
},
"source": {
"git": "https://github.com/joshdhenry/SpinWheelControl.git",
"tag": "0.2.0"
},
"frameworks": "UIKit",
"swift_version": "4.1",
"platforms": {
"ios": "10.0"
},
"source_files": "SpinWheelControl/*.{swift,h,m}"
}