blob: b97b606e220849de39fe12a49dd16982f7133f53 [file] [log] [blame]
{
"name": "SimpleTwoWayBinding",
"version": "0.0.2",
"summary": "Ultra light weight and simple two way binding for iOS UIControls.",
"description": "Ultra light weight and simple two way binding for UIControls.\nWritten with love and hope in Swift 5.",
"homepage": "https://github.com/manishkkatoch/SimpleTwoWayBindingIOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Manish Katoch": "manish.katoch@gmail.com"
},
"source": {
"git": "https://github.com/manishkkatoch/SimpleTwoWayBindingIOS.git",
"tag": "0.0.2"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/**/*",
"frameworks": "UIKit",
"swift_versions": "5.0",
"swift_version": "5.0"
}